1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 07:50:35 +03:00
moar/m
Johan Walles fec9ad8149 Fix crash on paging down
Fixes #65.
2021-06-04 13:20:28 +02:00
..
ansiTokenizer_test.go Move some tests into screenLines_test.go 2021-05-30 09:45:14 +02:00
ansiTokenizer.go Extract search highlighting into its own Line method 2021-05-22 11:25:44 +02:00
embed-api.go Lower memory usage by 10% 2021-05-02 19:28:51 +02:00
highlight.go Enable picking style and formatter from command line 2021-05-13 07:37:34 +02:00
linewrapper_test.go Test that scolling to the last line works 2021-05-27 06:48:51 +02:00
linewrapper.go Don't lose whitespace-only lines 2021-05-25 17:18:18 +02:00
matchRanges_test.go Make a lot fewer functions public 2020-12-29 22:57:44 +01:00
matchRanges.go Make a lot fewer functions public 2020-12-29 22:57:44 +01:00
numberFormatter_test.go Three-group line numbers 2021-05-21 19:38:10 +02:00
numberFormatter.go Three-group line numbers 2021-05-21 19:38:10 +02:00
pager_test.go Fix rendering of empty input 2021-05-31 19:08:19 +02:00
pager.go Fix rendering of empty input 2021-05-31 19:08:19 +02:00
reader_test.go Update tests with new status line format 2021-05-22 16:05:06 +02:00
reader.go Move pager lines rendering into its own file 2021-05-29 14:38:41 +02:00
screenLines_test.go Fix crash on paging down 2021-06-04 13:20:28 +02:00
screenLines.go Fix crash on paging down 2021-06-04 13:20:28 +02:00