1
0
mirror of https://github.com/bcicen/ctop.git synced 2024-08-30 18:23:19 +00:00

enable termbox alt input

This commit is contained in:
Bradley Cicenas 2018-05-10 09:44:57 +00:00
parent 4e567ee007
commit 842809bef5

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