diff options
Diffstat (limited to 'src/i_insert.go')
-rw-r--r-- | src/i_insert.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/i_insert.go b/src/i_insert.go index 1202a64..3b16077 100644 --- a/src/i_insert.go +++ b/src/i_insert.go @@ -53,7 +53,6 @@ package main import ( "errors" - "log" "os" "path/filepath" "regexp" @@ -538,7 +537,7 @@ func i_draw_insert_ssh(ui *HardUI, line int, win Quad, } red = false if line += 2; win.T + line >= win.B { return line } - i_draw_text_box(ui, win.T + line, win, "Command (optional)", in.Exec, + i_draw_text_box(ui, win.T + line, win, "Command", in.Exec, INS_SSH_EXEC, false, false) if line += 2; win.T + line >= win.B { return line } text = "---- Jump settings ----" |