mirror of
https://github.com/docker/compose.git
synced 2025-07-10 07:14:27 +02:00
allow to add empty line in the logs when nav menu activated
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
234036756b
commit
11c7a25ae9
@ -348,6 +348,7 @@ func (lk *LogKeyboard) HandleKeyEvents(event keyboard.KeyEvent, ctx context.Cont
|
|||||||
// will notify main thread to kill and will handle gracefully
|
// will notify main thread to kill and will handle gracefully
|
||||||
lk.signalChannel <- syscall.SIGINT
|
lk.signalChannel <- syscall.SIGINT
|
||||||
case keyboard.KeyEnter:
|
case keyboard.KeyEnter:
|
||||||
|
NewLine()
|
||||||
lk.printNavigationMenu()
|
lk.printNavigationMenu()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user