1
1
mirror of https://github.com/walles/moar.git synced 2024-11-26 04:21:11 +03:00
moar/m
2023-12-19 09:06:11 +01:00
..
ansiTokenizer_test.go Make searches 10% faster 2023-12-03 17:23:49 +01:00
ansiTokenizer.go Downsample colors to terminal palette 2023-12-19 08:47:40 +01:00
embed-api.go Don't track the formatter 2023-12-17 16:09:29 +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 Add line numbers to escape sequence log messages 2023-11-13 08:50:37 +01: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 Don't track the formatter 2023-12-17 16:09:29 +01:00
pager.go Downsample colors to terminal palette 2023-12-19 08:47:40 +01:00
reader_test.go Add line numbers to escape sequence log messages 2023-11-13 08:50:37 +01:00
reader.go Don't crash on single line terminal windows 2023-09-14 20:23:18 +02:00
screenLines_test.go Don't track the formatter 2023-12-17 16:09:29 +01:00
screenLines.go Downsample colors to terminal palette 2023-12-19 08:47:40 +01:00
scrollPosition_test.go Test more scenarios 2023-12-02 11:19:22 +01:00
scrollPosition.go Centralize visible height calculation 2023-12-02 13:46:15 +01:00
search_test.go Fix search issue while typing 2023-09-14 20:05:04 +02:00
search.go Centralize visible height calculation 2023-12-02 13:46:15 +01:00
styledStringSplitter_test.go Make searching 10% faster 2023-12-04 07:49:47 +01:00
styledStringSplitter.go Make searching 10% faster 2023-12-04 07:49:47 +01:00
styling.go Get line numbers style from Chroma style 2023-12-19 09:06:11 +01:00