waveterm/wavesrv/pkg/sstore
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
..
dbops.go Update clear so it no longer archives Running Commands (#110) 2023-11-29 18:29:44 -08:00
fileops.go add license notice (#37) 2023-10-16 21:31:13 -07:00
map.go add license notice (#37) 2023-10-16 21:31:13 -07:00
migrate.go migrate DB WAL file as well as DB file. make dev leftnav color more subtle 2023-11-02 14:05:43 -07:00
quick.go add license notice (#37) 2023-10-16 21:31:13 -07:00
sstore_migrate.go add license notice (#37) 2023-10-16 21:31:13 -07:00
sstore.go new tab flow (#60) 2023-11-07 00:04:25 -08:00
updatebus.go add license notice (#37) 2023-10-16 21:31:13 -07:00