enable termbox alt input

This commit is contained in:
Bradley Cicenas 2018-05-10 09:44:57 +00:00
parent 4e567ee007
commit 842809bef5
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ func main() {
if err := ui.Init(); err != nil {
panic(err)
}
tm.SetInputMode(tm.InputAlt)
defer Shutdown()
// init grid, cursor, header