nvi-06-default_value_escapetime.patch (774B)
1 #! /bin/sh /usr/share/dpatch/dpatch-run 2 ## 06default_value_escapetime.dpatch by <hesso@pool.math.tu-berlin.de> 3 ## 4 ## DP: Increase the default 'escapetime' setting to accommodate slow lines. 5 6 @DPATCH@ 7 diff -Naur nvi-1.81.6.orig/common/options.c nvi-1.81.6/common/options.c 8 --- nvi-1.81.6.orig/common/options.c 2007-11-18 17:41:42.000000000 +0100 9 +++ nvi-1.81.6/common/options.c 2008-05-01 18:06:18.000000000 +0200 10 @@ -356,7 +356,7 @@ 11 (void)SPRINTF(b2, SIZE(b2), 12 L("directory=%s"), (s = getenv("TMPDIR")) == NULL ? _PATH_TMP : s); 13 OI(O_TMP_DIRECTORY, b2); 14 - OI(O_ESCAPETIME, L("escapetime=1")); 15 + OI(O_ESCAPETIME, L("escapetime=3")); 16 OI(O_KEYTIME, L("keytime=6")); 17 OI(O_MATCHTIME, L("matchtime=7")); 18 (void)SPRINTF(b2, SIZE(b2), L("msgcat=%s"), _PATH_MSGCAT);