From da48ab5e624c999e9cbfe31b0d48729305402531 Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Mon, 2 Dec 2024 15:03:20 -0800 Subject: [PATCH] quick fixes (#1369) add term:scrollback to docs, also fix logging of datadir --- docs/docs/config.mdx | 1 + emain/emain.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/docs/config.mdx b/docs/docs/config.mdx index 62900ab17..83b9e625a 100644 --- a/docs/docs/config.mdx +++ b/docs/docs/config.mdx @@ -42,6 +42,7 @@ wsh editconfig | term:localshellpath | string | set to override the default shell path for local terminals | | term:localshellopts | string[] | set to pass additional parameters to the term:localshellpath | | term:copyonselect | bool | set to false to disable terminal copy-on-select | +| term:scrollback | int | size of terminal scrollback buffer, max is 10000 | | editor:minimapenabled | bool | set to false to disable editor minimap | | editor:stickscrollenabled | bool | | | web:openlinksinternally | bool | set to false to open web links in external browser | diff --git a/emain/emain.ts b/emain/emain.ts index bc57177c7..5535b8864 100644 --- a/emain/emain.ts +++ b/emain/emain.ts @@ -92,6 +92,7 @@ console.log = log; console.log( sprintf( "waveterm-app starting, data_dir=%s, config_dir=%s electronpath=%s gopath=%s arch=%s/%s", + waveDataDir, waveConfigDir, getElectronAppBasePath(), getElectronAppUnpackedBasePath(),