1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 07:50:35 +03:00
moar/m
Johan Walles cc6819efd0 Display Private Use Unicode characters
Before this change, we rendered those as highlighted question marks.

With this change in place, we just send them to the screen for
displaying.

The reason is that Font Awesome uses these for symbols, this one for
example: https://fontawesome.com/v4/icon/battery-empty

More reading: https://en.wikipedia.org/wiki/Private_Use_Areas
2023-02-28 19:28:37 +01:00
..
ansiTokenizer_test.go Display Private Use Unicode characters 2023-02-28 19:28:37 +01:00
ansiTokenizer.go Display Private Use Unicode characters 2023-02-28 19:28:37 +01:00
embed-api.go Support retaining screen contents after exit 2021-11-09 18:56:02 +01:00
gotoLine.go Allow 'q' to exit Go to Line 2023-02-19 03:15:04 +01:00
highlight.go Bump Chroma to add new styles 2022-12-29 08:28:27 +01:00
linewrapper_test.go Try supporting Clear-to-EOL 2022-10-27 16:51:17 +02:00
linewrapper.go Don't lose whitespace-only lines 2021-05-25 17:18:18 +02:00
matchRanges_test.go Fix toRunePositions() 2022-09-25 21:07:27 +02:00
matchRanges.go Fix toRunePositions() 2022-09-25 21:07:27 +02:00
numberFormatter_test.go Bump testing library to latest version 2022-09-25 09:06:46 +02:00
numberFormatter.go Three-group line numbers 2021-05-21 19:38:10 +02:00
pager_test.go Display Private Use Unicode characters 2023-02-28 19:28:37 +01:00
pager.go Use standoutStyle in the screen footer 2022-12-31 16:54:10 +01:00
reader_test.go Fix deprecated code use 2023-02-19 03:14:43 +01:00
reader.go Bump Chroma to add new styles 2022-12-29 08:28:27 +01:00
screenLines_test.go Make the tests pass 2022-10-28 21:18:47 +02:00
screenLines.go Keep / 2022-12-19 09:21:12 +01:00
scrollPosition.go Follow after first down 2022-11-26 22:23:40 +01:00
search_test.go Bump testing library to latest version 2022-09-25 09:06:46 +02:00
search.go Make following work 2022-11-26 22:21:02 +01:00