diff options
author | bptato <nincsnevem662@gmail.com> | 2024-03-16 00:11:00 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-03-16 00:12:18 +0100 |
commit | 38c30549d3eda30a637af389694a0ecbc89973d5 (patch) | |
tree | 278ac0cdf80830d1aec981b8965e6998e3406ca9 /src/config | |
parent | 63337efd3ad3b87bd0a5b42c3617918cb65205b1 (diff) | |
download | chawan-38c30549d3eda30a637af389694a0ecbc89973d5.tar.gz |
config: add start.console-buffer option
useful for debugging
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/config.nim b/src/config/config.nim index 912c35e6..8f798cd3 100644 --- a/src/config/config.nim +++ b/src/config/config.nim @@ -72,6 +72,7 @@ type visual_home* {.jsgetset.}: string startup_script* {.jsgetset.}: string headless* {.jsgetset.}: bool + console_buffer* {.jsgetset.}: bool CSSConfig = object stylesheet* {.jsgetset.}: string |