1
1
mirror of https://github.com/walles/moar.git synced 2024-11-21 16:04:20 +03:00
moar/twin
Johan Walles ba213b82c3 Handle cut off lines on Windows
Before this change, on Windows, the rightmost column of the screen would
be cut off and not visible.

With this change in place, that column should now be visible.

Fixes https://github.com/walles/moar/issues/250.

Ref:
https://github.com/microsoft/terminal/issues/18115#issuecomment-2448054645
2024-10-30 20:38:57 +01:00
..
colors_test.go Introduce colorType to ansiString 2024-08-12 20:25:53 +02:00
colors.go Remove no-longer-needed code 2024-08-12 20:31:11 +02:00
events.go Get terminal background color asynchronously 2024-01-13 12:36:26 +01:00
fake-screen.go Simplify last-cell-on-a-row-is-wide handling 2024-09-20 08:04:56 +02:00
keys.go keys.go: Allow alternative Home/End key encoding 2023-09-29 23:30:38 -07:00
palette256_test.go Assume 16 colors mean VGA palette 2024-10-05 08:12:47 +02:00
palette256.go Assume 16 colors mean VGA palette 2024-10-05 08:12:47 +02:00
panicHandler.go Include stack trace in panic logs 2024-08-12 21:47:46 +02:00
screen_test.go Handle cut off lines on Windows 2024-10-30 20:38:57 +01:00
screen-setup_test.go Include stack trace in panic logs 2024-08-12 21:47:46 +02:00
screen-setup-windows.go Fix a test failure on Windows 2024-07-17 00:40:57 +02:00
screen-setup.go Include stack trace in panic logs 2024-08-12 21:47:46 +02:00
screen.go Handle cut off lines on Windows 2024-10-30 20:38:57 +01:00
styledRune_test.go Add a rune width test 2024-09-15 14:13:16 +02:00
styledRune.go Implement rune width measuring 2024-09-15 14:17:41 +02:00
styles_test.go Improve naming 2024-08-12 18:36:49 +02:00
styles.go Render underline color changes 2024-08-12 20:44:40 +02:00