diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-21 20:18:42 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-21 20:18:42 +0100 |
commit | 95444650537805d414deec706ad98e37df8b88db (patch) | |
tree | 9e7db0636bad99e934c76d7ce542c01d9dd2354c /res | |
parent | 652251c2f7a4ea8d8854e4987689005a3bfd318e (diff) | |
download | chawan-95444650537805d414deec706ad98e37df8b88db.tar.gz |
Add alt-screen option, fix an ansi color bug
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 5 |
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()' |