diff --git a/tui/table.go b/tui/table.go index 3c8f0a5..090e4a3 100644 --- a/tui/table.go +++ b/tui/table.go @@ -1,7 +1,7 @@ package tui const ( - CTRL_A = 1 << iota + CTRL_A = 1 + iota CTRL_B CTRL_C CTRL_D