erm/internal/app/darktile/termutil
sawka 159932ff3e
ANSI CSI 22m should also turn off bold (#338)
* ANSI CSI 22m should also turn off bold

* CellAttributes bold/dim are mutually exclusive, so 'CSI 1 m' should turn off dim, and 'CSI 2 m' should turn off bold
2022-06-13 11:41:41 +01:00
..
ansi.go Fix terminal state and key state data races (#335) 2022-05-10 09:18:01 +01:00
buffer.go Add support for ligatures, cursor shapes (and images) (#304) 2021-08-02 20:55:04 +01:00
buffer_test.go Initial commit 2021-07-30 23:29:20 +01: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