Disable mouse by default
This commit is contained in:
parent
dec1686899
commit
03af8f8373
2
kls
2
kls
|
@ -18,7 +18,7 @@ TOP_API_RESOURCES = ["pods", "services", "configmaps", "secrets", "persistentvol
|
|||
"deployments", "statefulsets", "daemonsets", "storageclasses"]
|
||||
HELP_TEXT = ("letters: filter mode, Esc: exit filter mode or exit kls, 1/Enter: get yaml, 2: describe, 3: edit, "
|
||||
"4: logs, 5: exec, 6: debug, arrows/TAB/PgUp/PgDn: navigation")
|
||||
MOUSE_ENABLED = True
|
||||
MOUSE_ENABLED = False
|
||||
SCREEN = curses.initscr() # screen initialization, needed for ROWS_HEIGHT working
|
||||
HEADER_HEIGHT = 4 # in rows
|
||||
FOOTER_HEIGHT = 3
|
||||
|
|
Loading…
Reference in New Issue