diff --git a/kls b/kls index a0f015a..d49c5a4 100755 --- a/kls +++ b/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