mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
86a86bc756
* fix clear so it doesn't archive running commands Clear previously archived every command that existed in the current tab. This change alters this behavior so the commands with a status of running or detached are not archived by clear. As things currently stand, detached is not used so the only immediate effect will be with running commands. As before, the clear command only affects the current tab. * remove unnecessary print A print statement for debug still existed in the ArchiveScreenLines function. It has been removed. * remove isWebShare from ArchiveScreenLines The isWebShare feature is currently unused and there is not a plan to add it back soon. For this reason, it has been removed from the ArchiveScreenLines function. * clean up query formatting |
||
---|---|---|
.. | ||
cmdrunner | ||
comp | ||
dbutil | ||
keygen | ||
mapqueue | ||
pcloud | ||
promptenc | ||
remote | ||
rtnstate | ||
scbase | ||
scpacket | ||
scws | ||
shparse | ||
sstore | ||
utilfn | ||
wsshell |