1
1
mirror of https://github.com/walles/moar.git synced 2024-08-16 07:20:31 +03:00
moar/m
Johan Walles abc235fbef Test case for #166
This test reproduces the symptoms of the crash in #166.

Next step is to make it not crash any more.
2023-12-01 06:57:08 +01:00
..
ansiTokenizer_test.go Add line numbers to escape sequence log messages 2023-11-13 08:50:37 +01:00
ansiTokenizer.go Add line numbers to escape sequence log messages 2023-11-13 08:50:37 +01: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 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 Add line numbers to escape sequence log messages 2023-11-13 08:50:37 +01:00
pager.go Add forgotten newline 2023-11-13 13:10:06 +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 crash on single line terminal windows 2023-09-14 20:23:18 +02:00
screenLines.go Add line numbers to escape sequence log messages 2023-11-13 08:50:37 +01:00
scrollPosition_test.go Test case for #166 2023-12-01 06:57:08 +01:00
scrollPosition.go Add line numbers to escape sequence log messages 2023-11-13 08:50:37 +01:00
search_test.go Fix search issue while typing 2023-09-14 20:05:04 +02:00
search.go Add line numbers to escape sequence log messages 2023-11-13 08:50:37 +01:00
styledStringSplitter_test.go Add line numbers to escape sequence log messages 2023-11-13 08:50:37 +01:00
styledStringSplitter.go Improve CSI parsing 2023-11-13 08:51:05 +01:00