diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-12-30 15:51:51 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-12-30 15:51:51 +0000 |
| commit | 51ce9de0e74d4884c836dff42a1dae7e905bee9b (patch) | |
| tree | e3bb00f9b8bd052049ca81b7eacdc1eb3165484a | |
| parent | c3f47ca9fa033ac1994df605e980df8e224fda88 (diff) | |
Notes
| -rw-r--r-- | contrib/nvi/common/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/nvi/common/options.c b/contrib/nvi/common/options.c index 973778c78bbd..85d77cbdd4cd 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=1"); + OI(O_ESCAPETIME, "escapetime=3"); OI(O_KEYTIME, "keytime=6"); OI(O_MATCHTIME, "matchtime=7"); (void)snprintf(b1, sizeof(b1), "msgcat=%s", _PATH_MSGCAT); |
