1
1
mirror of https://github.com/walles/moar.git synced 2024-09-19 07:58:00 +03:00
moar/m
2022-07-19 15:46:28 +02:00
..
ansiTokenizer_test.go Move some tests into screenLines_test.go 2021-05-30 09:45:14 +02:00
ansiTokenizer.go Add option for how to render unprintable characters 2022-02-27 09:39:16 +01:00
embed-api.go Support retaining screen contents after exit 2021-11-09 18:56:02 +01:00
gotoLine.go Improve unknown-runes logging 2022-05-02 06:57:48 +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 Unbreak search 2022-03-07 06:54:42 +01:00
pager.go Keybinding: 'G' to scroll to the end 2022-07-19 15:46:28 +02:00
reader_test.go Update tests with new status line format 2021-05-22 16:05:06 +02:00
reader.go Proper go function names 2022-02-19 08:49:10 +01:00
screenLines_test.go Fix tests crashing due to screen being nil 2022-03-06 16:23:00 +01:00
screenLines.go Add another missing case 2022-05-01 16:38:22 +02:00
scrollPosition.go Fix startup race condition 2022-05-26 09:23:23 +02:00
search.go Move search related code into its own file 2022-04-24 08:23:54 +02:00