aboutsummaryrefslogtreecommitdiff
path: root/vis-cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis-cmds.c')
-rw-r--r--vis-cmds.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/vis-cmds.c b/vis-cmds.c
index a266bb4..7218676 100644
--- a/vis-cmds.c
+++ b/vis-cmds.c
@@ -140,6 +140,12 @@ static bool cmd_set(Vis *vis, Win *win, Command *cmd, const char *argv[], Cursor
vis->shell = shell;
break;
}
+ case OPTION_ESCDELAY:
+ {
+ TermKey *termkey = vis->ui->termkey_get(vis->ui);
+ termkey_set_waittime(termkey, arg.i);
+ break;
+ }
case OPTION_EXPANDTAB:
vis->expandtab = arg.b;
break;