waveterm/waveshell/pkg/packet
Mike Sawka 318aae18d5
better exit code handling -- fix error highlights to not cover SIGINT or SIGPIPE (#465)
* fix exitcode return to handle signals correctly -- use bash convention of 128 + signum.  don't show red error mask for SIGINT or SIGPIPE

* dont show left border for errors unless selected
2024-03-14 23:58:09 -07:00
..
packet.go sync command to synchronize shell state with wave prompt (#444) 2024-03-13 18:52:41 -07:00
parser.go new wlog package to do distributed logging from waveshell back to wavesrv (#295) 2024-02-15 17:42:43 -08:00
shellstate_test.go zsh support (#227) 2024-01-16 16:11:04 -08:00
shellstate.go implement /reset:cwd (fix for #278) and more (#392) 2024-03-06 16:37:54 -08:00