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 /doc | |
parent | 63337efd3ad3b87bd0a5b42c3617918cb65205b1 (diff) | |
download | chawan-38c30549d3eda30a637af389694a0ecbc89973d5.tar.gz |
config: add start.console-buffer option
useful for debugging
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index 854c4848..ef23c440 100644 --- a/doc/config.md +++ b/doc/config.md @@ -88,6 +88,16 @@ do not block loading.)</td> enabled when Chawan is called with -r.</td> </tr> +<tr> +<td>console-buffer</td> +<td>boolean</td> +<td>Whether Chawan should open a console buffer in non-headless mode. Defaults +to true.<br> +Warning: this is only useful for debugging. Disabling this option without +manually redirecting standard error will result in error messages randomly +appearing on your screen.</td> +</tr> + </table> ## Search |