waveterm/wavesrv/pkg/utilfn
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
..
linediff.go add license notice (#37) 2023-10-16 21:31:13 -07:00
utilfn_test.go address comment, clean up tests 2023-12-12 20:36:16 -08:00
utilfn.go Screen MemStore (#197) 2023-12-26 12:59:25 -08:00