Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/vi/docs/USD.doc/vi.man Document a couple of missing ...



details:   https://anonhg.NetBSD.org/src/rev/7939748ad62a
branches:  trunk
changeset: 526323:7939748ad62a
user:      fredb <fredb%NetBSD.org@localhost>
date:      Thu May 02 14:20:01 2002 +0000

description:
Document a couple of missing "set" options, mostly borrowing language
from vi.ref, and explain how to set "escapetime" to work-around the problem
described in PR 8277. This should close PR 8277.

diffstat:

 usr.bin/vi/docs/USD.doc/vi.man/vi.1 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 490e84636000 -r 7939748ad62a usr.bin/vi/docs/USD.doc/vi.man/vi.1
--- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1       Thu May 02 14:16:02 2002 +0000
+++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1       Thu May 02 14:20:01 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: vi.1,v 1.7 2002/02/08 01:36:37 ross Exp $
+.\"    $NetBSD: vi.1,v 1.8 2002/05/02 14:20:01 fredb Exp $
 .\"
 .\" Copyright (c) 1994
 .\"     The Regents of the University of California.  All rights reserved.
@@ -1107,6 +1107,18 @@
 only.
 Announce error messages with a bell.
 .TP
+.B "escapetime [1]"
+The 10th's of a second
+.I ex/vi
+waits for a subsequent key to complete an
+\*[Lt]escape\*[Gt]
+key mapping.
+Over a link with high latency,
+the default may cause arrow and function keys
+to introduce artifacts.
+If that's the case,
+try increasing this to a value between 3 and 6.
+.TP
 .B "exrc, ex [off]"
 Read the startup files in the local directory.
 .TP
@@ -1189,6 +1201,12 @@
 .tr Q"
 .ds ms noprint [QQ]
 .TP
+.B "msgcat [./]"
+This option selects a message catalog to be used to display error and
+informational messages in a specified language.
+If the value of this option ends with a '/', it is treated as the name
+of a directory that contains a message catalog
+.TP
 .B "\*(ms"
 .tr QQ
 Characters that are never handled as printable characters.



Home | Main Index | Thread Index | Old Index