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:
parent
4e567ee007
commit
842809bef5
1
main.go
1
main.go
@ -95,6 +95,7 @@ func main() {
|
||||
if err := ui.Init(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
tm.SetInputMode(tm.InputAlt)
|
||||
|
||||
defer Shutdown()
|
||||
// init grid, cursor, header
|
||||
|
Loading…
x
Reference in New Issue
Block a user