waveterm/wavesrv/pkg/sstore
Mike Sawka 6a1b2c8bd4
Screen MemStore (#197)
* working on an in-memory store for screen information

* nostrpos sentinel

* textareainput now tracks selection (to update backend)

* make websocket connections much safer.  add a defer/panic handler for each ws message handled on backend.  don't allow client to reconnect to backend ws handler more than once per second (handles issue with lots of fast fails)

* use onSelect to have frontend textarea sync state to backend ScreenMem store

* restore cmdline when switching screens

* prettier
2023-12-26 12:59:25 -08:00
..
dbops.go Screen MemStore (#197) 2023-12-26 12:59:25 -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
memops.go Screen MemStore (#197) 2023-12-26 12:59:25 -08:00
migrate.go Implement a Sidebar for Tabs (#157) 2023-12-17 23:46:53 -08: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 Implement a Sidebar for Tabs (#157) 2023-12-17 23:46:53 -08:00
updatebus.go Screen MemStore (#197) 2023-12-26 12:59:25 -08:00