1
1
mirror of https://github.com/walles/moar.git synced 2024-11-22 11:45:50 +03:00
moar/m
2023-05-20 08:03:45 +02:00
..
ansiTokenizer_test.go Enable checking whether a reader is done 2023-05-14 19:42:18 +02:00
ansiTokenizer.go Fix a warning 2023-05-03 19:54:46 +02: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 Handle some unused parameters issues 2023-03-03 16:56:09 +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 Enable checking whether highlighting is done 2023-05-14 19:56:03 +02:00
pager.go Make --quit-if-one-screen much more responsive 2023-05-20 08:03:45 +02:00
reader_test.go Phrase locking nicer 2023-05-18 20:50:28 +02:00
reader.go Make --quit-if-one-screen much more responsive 2023-05-20 08:03:45 +02:00
screenLines_test.go Fix compile errors 2023-05-18 09:28:03 +02:00
screenLines.go Fix a test failure 2023-05-18 09:28:03 +02:00
scrollPosition.go Fix production code compile errors 2023-05-18 09:28:03 +02: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