Add hint for using repl history (#160)

Closes #59
This commit is contained in:
Ishan Bhanuka 2021-10-03 23:31:16 +05:30 committed by GitHub
parent d0ff1a15e7
commit 29e66e429d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,8 @@ drawMenu isPaused viewingBase mode =
, ("Tab", "cycle panels")
]
keyCmdsFor (Just REPLPanel) =
[ ("Enter", "execute")
[ ("↓↑", "history")
, ("Enter", "execute")
]
keyCmdsFor (Just WorldPanel) =
[ ("←↓↑→ / hjkl", "scroll")