waveterm/wavesrv/pkg
Sylvie Crowe 86a86bc756
Update clear so it no longer archives Running Commands (#110)
* 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
2023-11-29 18:29:44 -08:00
..
cmdrunner update username regex to include dots and underscores 2023-11-25 11:30:42 -08:00
comp add metabarecmds into command completion 2023-10-26 00:01:52 -07:00
dbutil add license notice (#37) 2023-10-16 21:31:13 -07:00
keygen add license notice (#37) 2023-10-16 21:31:13 -07:00
mapqueue add license notice (#37) 2023-10-16 21:31:13 -07:00
pcloud add license notice (#37) 2023-10-16 21:31:13 -07:00
promptenc add license notice (#37) 2023-10-16 21:31:13 -07:00
remote SIGKILL will also kill waveshell. clear PendingStateCmds and WaitingCmds on disconnect (remote.go) 2023-11-09 18:29:11 -08:00
rtnstate update screen -> tab in user facing messages. waveshell var / ignore. fix bug with external urls 2023-11-10 12:31:31 -08:00
scbase gc was collecting the lockfile early causing it not to work. fixed with runtime.KeepAlive 2023-11-09 16:26:44 -08:00
scpacket add license notice (#37) 2023-10-16 21:31:13 -07:00
scws add a defer/recover to scws WriteJson 2023-11-10 13:36:37 -08:00
shparse add license notice (#37) 2023-10-16 21:31:13 -07:00
sstore Update clear so it no longer archives Running Commands (#110) 2023-11-29 18:29:44 -08:00
utilfn add license notice (#37) 2023-10-16 21:31:13 -07:00
wsshell add license notice (#37) 2023-10-16 21:31:13 -07:00