1
1
mirror of https://github.com/walles/moar.git synced 2024-09-17 15:07:11 +03:00
moar/m
2023-10-12 07:05:42 +02:00
..
ansiTokenizer_test.go Enable checking whether a reader is done 2023-05-14 19:42:18 +02:00
ansiTokenizer.go Use plain style color for unclassified text 2023-10-06 19:03:48 +02:00
embed-api.go Support retaining screen contents after exit 2021-11-09 18:56:02 +01:00
gotoLine.go Keybinding: 'gg' now scrolls to line 1, like in less 2023-09-17 22:00:26 +02:00
highlight.go Handle some unused parameters issues 2023-03-03 16:56:09 +01:00
linewrapper_test.go Use plain style color for unclassified text 2023-10-06 19:03:48 +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 Don't show thousands separator for numbers < 10_000 2023-09-13 06:52:20 +02:00
numberFormatter.go Don't show thousands separator for numbers < 10_000 2023-09-13 06:52:20 +02:00
pager_test.go Use plain style color for unclassified text 2023-10-06 19:03:48 +02:00
pager.go Don't use "string" as a variable name 2023-10-12 07:05:42 +02:00
reader_test.go Don't show thousands separator for numbers < 10_000 2023-09-13 06:52:20 +02:00
reader.go Don't crash on single line terminal windows 2023-09-14 20:23:18 +02:00
screenLines_test.go Don't crash on single line terminal windows 2023-09-14 20:23:18 +02:00
screenLines.go Use plain style color for unclassified text 2023-10-06 19:03:48 +02:00
scrollPosition.go Add support for +1234 command line option 2023-09-27 20:23:27 +02:00
search_test.go Fix search issue while typing 2023-09-14 20:05:04 +02:00
search.go Add support for +1234 command line option 2023-09-27 20:23:27 +02:00