From af4b075df3f87fb047d71595cc3c648a91bcb683 Mon Sep 17 00:00:00 2001 From: lash Date: Wed, 5 Feb 2025 17:45:31 +0000 Subject: [PATCH] Add reset on empty to ssh --- cmd/ssh/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/ssh/main.go b/cmd/ssh/main.go index d3afbb0..96dd150 100644 --- a/cmd/ssh/main.go +++ b/cmd/ssh/main.go @@ -84,6 +84,7 @@ func main() { Root: "root", OutputSize: uint32(size), FlagCount: uint32(128), + ResetOnEmptyInput: true, } if stateDebug { cfg.StateDebug = true