about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-05-10 23:51:20 +0200
committerbptato <nincsnevem662@gmail.com>2024-05-10 23:59:12 +0200
commitb02d940cfc20e67ee866bf47b02612aed6bcf24d (patch)
treea24e9991e3598823fcba4e751c721032ada23023 /src/config
parent99c6d7cd15a29ffba54836f26151847176a8569c (diff)
downloadchawan-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.nim1
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