diff options
author | bptato <nincsnevem662@gmail.com> | 2024-05-10 23:51:20 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-05-10 23:59:12 +0200 |
commit | b02d940cfc20e67ee866bf47b02612aed6bcf24d (patch) | |
tree | a24e9991e3598823fcba4e751c721032ada23023 /src/config | |
parent | 99c6d7cd15a29ffba54836f26151847176a8569c (diff) | |
download | chawan-b02d940cfc20e67ee866bf47b02612aed6bcf24d.tar.gz |
term: optimize canvas redraw, remove emulate-overline
* Replaced the `pcanvas' comparison with a much simpler tracking of the first damaged cell in writeGrid, which is significantly faster. * Removed emulate-overline: it's of too little utility compared to the maintenance burden it caused.
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/config.nim b/src/config/config.nim index cb2323cd..2e71a27d 100644 --- a/src/config/config.nim +++ b/src/config/config.nim @@ -110,7 +110,6 @@ type format_mode* {.jsgetset.}: Option[FormatMode] no_format_mode* {.jsgetset.}: FormatMode image_mode* {.jsgetset.}: Option[ImageMode] - emulate_overline* {.jsgetset.}: bool alt_screen* {.jsgetset.}: Option[bool] highlight_color* {.jsgetset.}: ARGBColor highlight_marks* {.jsgetset.}: bool |