Fix typo
This commit is contained in:
parent
7954aeff70
commit
a53ceded30
2
sshtui
2
sshtui
|
@ -6,7 +6,7 @@ from pathlib import Path
|
|||
KEY_BINDINGS = { # can be extended
|
||||
"\n": 'ssh -i {identity} {user}@{server} -p {port}'
|
||||
}
|
||||
HELP_TEXT = "letters: filter mode, Esc: exit filter/exit sshcurs, Enter: connect to server, arrows/TAB/PgUp/PgDn: navigation"
|
||||
HELP_TEXT = "letters: filter mode, Esc: exit filter/exit sshtui, Enter: connect to server, arrows/PgUp/PgDn/Home/End: navigation"
|
||||
MOUSE_ENABLED = True
|
||||
SCREEN = curses.initscr() # screen initialization, needed for ROWS_HEIGHT working
|
||||
HEADER_HEIGHT = 4 # in rows
|
||||
|
|
Loading…
Reference in New Issue