about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-11-21 20:18:42 +0100
committerbptato <nincsnevem662@gmail.com>2022-11-21 20:18:42 +0100
commit95444650537805d414deec706ad98e37df8b88db (patch)
tree9e7db0636bad99e934c76d7ce542c01d9dd2354c /res
parent652251c2f7a4ea8d8854e4987689005a3bfd318e (diff)
downloadchawan-95444650537805d414deec706ad98e37df8b88db.tar.gz
Add alt-screen option, fix an ansi color bug
Diffstat (limited to 'res')
-rw-r--r--res/config.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/config.toml b/res/config.toml
index ebc8c677..861d61c7 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -1,10 +1,9 @@
-[general]
-double-width-ambiguous = false
-
 [display]
 color-mode = "auto"
 format-mode = "auto"
+alt-screen = "auto"
 highlight-color = "cyan"
+double-width-ambiguous = false
 
 [page]
 q = 'quit()'