From ac8fc3346d0f71805e04fabf7424c592fd02acd6 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Fri, 17 Jan 1997 23:10:58 +0000 Subject: [PATCH] Everyone's favorite: finally bump vi's escapetime. Closes bin/2510: vi escape keys over slow... (and i think yet another one) Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl) --- contrib/nvi/common/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nvi/common/options.c b/contrib/nvi/common/options.c index 85d77cbdd4cd..4d4f768b1634 100644 --- a/contrib/nvi/common/options.c +++ b/contrib/nvi/common/options.c @@ -341,7 +341,7 @@ opts_init(sp, oargs) (void)snprintf(b1, sizeof(b1), "directory=%s", (s = getenv("TMPDIR")) == NULL ? _PATH_TMP : s); OI(O_DIRECTORY, b1); - OI(O_ESCAPETIME, "escapetime=3"); + OI(O_ESCAPETIME, "escapetime=6"); OI(O_KEYTIME, "keytime=6"); OI(O_MATCHTIME, "matchtime=7"); (void)snprintf(b1, sizeof(b1), "msgcat=%s", _PATH_MSGCAT);