mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-08 00:21:23 +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: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:localshellopts | string[] | set to pass additional parameters to the term:localshellpath |
|
||||||
| term:copyonselect | bool | set to false to disable terminal copy-on-select |
|
| 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:minimapenabled | bool | set to false to disable editor minimap |
|
||||||
| editor:stickscrollenabled | bool | |
|
| editor:stickscrollenabled | bool | |
|
||||||
| web:openlinksinternally | bool | set to false to open web links in external browser |
|
| web:openlinksinternally | bool | set to false to open web links in external browser |
|
||||||
|
@ -92,6 +92,7 @@ console.log = log;
|
|||||||
console.log(
|
console.log(
|
||||||
sprintf(
|
sprintf(
|
||||||
"waveterm-app starting, data_dir=%s, config_dir=%s electronpath=%s gopath=%s arch=%s/%s",
|
"waveterm-app starting, data_dir=%s, config_dir=%s electronpath=%s gopath=%s arch=%s/%s",
|
||||||
|
waveDataDir,
|
||||||
waveConfigDir,
|
waveConfigDir,
|
||||||
getElectronAppBasePath(),
|
getElectronAppBasePath(),
|
||||||
getElectronAppUnpackedBasePath(),
|
getElectronAppUnpackedBasePath(),
|
||||||
|
Loading…
Reference in New Issue
Block a user