aminal/internal/app/darktile/termutil
Larry Clapp 078424dfb4 Set Line.wrapped when a line wraps
In Buffer.write(), when CursorColumn() >= Width(), and AutoWrap is on,
and you write a new character, set wrapped=true on the new line.
2023-03-19 16:08:14 -04:00
..
ansi.go Fix terminal state and key state data races (#335) 2022-05-10 09:18:01 +01:00
buffer.go Set Line.wrapped when a line wraps 2023-03-19 16:08:14 -04:00
buffer_test.go Set Line.wrapped when a line wraps 2023-03-19 16:08:14 -04:00
cell.go Initial commit 2021-07-30 23:29:20 +01:00
cell_attributes.go Initial commit 2021-07-30 23:29:20 +01:00
charsets.go Initial commit 2021-07-30 23:29:20 +01:00
consts_unix.go Initial commit 2021-07-30 23:29:20 +01:00
consts_windows.go Initial commit 2021-07-30 23:29:20 +01:00
csi.go ANSI CSI 22m should also turn off bold (#338) 2022-06-13 11:41:41 +01:00
line.go Initial commit 2021-07-30 23:29:20 +01:00
measured-rune.go Initial commit 2021-07-30 23:29:20 +01:00
modes.go Initial commit 2021-07-30 23:29:20 +01:00
options.go Add support for ligatures, cursor shapes (and images) (#304) 2021-08-02 20:55:04 +01:00
osc.go Initial commit 2021-07-30 23:29:20 +01:00
resize.go Initial commit 2021-07-30 23:29:20 +01:00
selection.go Add support for ligatures, cursor shapes (and images) (#304) 2021-08-02 20:55:04 +01:00
sixel.go Initial commit 2021-07-30 23:29:20 +01:00
terminal.go Fix terminal state and key state data races (#335) 2022-05-10 09:18:01 +01:00
theme.go Fix issues with transparency (#301) 2021-07-31 17:35:26 +01:00
theme_factory.go Fix issues with transparency (#301) 2021-07-31 17:35:26 +01:00