Help system etc

This commit is contained in:
sloumdrone 2019-04-10 20:39:29 -07:00
parent 36f94158f6
commit e0083ae444
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ func main() {
mainWindow.Scrollposition = 0
redrawScreen = true
}
case ':':
case ':','-':
redrawScreen = true
cui.MoveCursorTo(screen.Height - 1, 0)
entry := cui.GetLine()