diff --git a/cmd/formatter/shortcut.go b/cmd/formatter/shortcut.go index 493ab8c64..1a4d73355 100644 --- a/cmd/formatter/shortcut.go +++ b/cmd/formatter/shortcut.go @@ -348,6 +348,7 @@ func (lk *LogKeyboard) HandleKeyEvents(event keyboard.KeyEvent, ctx context.Cont // will notify main thread to kill and will handle gracefully lk.signalChannel <- syscall.SIGINT case keyboard.KeyEnter: + NewLine() lk.printNavigationMenu() } }