Fix issue with iota on tui/table.go

This commit is contained in:
qowevisa 2024-03-15 17:44:19 +02:00
parent 14888b4fce
commit 8b919bc2d3

View File

@ -1,7 +1,7 @@
package tui package tui
const ( const (
CTRL_A = 1 << iota CTRL_A = 1 + iota
CTRL_B CTRL_B
CTRL_C CTRL_C
CTRL_D CTRL_D