mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-31 23:11:28 +01:00
quick fixes (#1369)
add term:scrollback to docs, also fix logging of datadir
This commit is contained in:
parent
0ec60f5a7b
commit
da48ab5e62
@ -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 |
|
||||
|
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user