This commit is contained in:
thefish 2019-11-08 22:09:46 +03:00
parent 5619155fe6
commit 77cb245fee

View File

@ -67,6 +67,8 @@ func (ms *MenuScreen) HandleInput(input string) {
//}
switch input {
case "Escape":
fallthrough
case "Space":
ms.scm.SetScreen(ms.scm.PreviousScreen)
break