Skip to content

Commit

Permalink
enable termbox alt input
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed May 10, 2018
1 parent 4e567ee commit 842809b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func main() {
if err := ui.Init(); err != nil {
panic(err)
}
tm.SetInputMode(tm.InputAlt)

defer Shutdown()
// init grid, cursor, header
Expand Down

0 comments on commit 842809b

Please sign in to comment.