aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sciteco.1.in
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-12-30 21:01:54 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-12-30 21:01:54 +0100
commitdc02222f9a633b2f76586a1d4a7d1632d1845b27 (patch)
treeb5eab1d81163588b299f3d2f88ddef5bad23ca16 /doc/sciteco.1.in
parent62c0837cd56e99fbd5364a263d6c7d9ab31714f3 (diff)
downloadsciteco-dc02222f9a633b2f76586a1d4a7d1632d1845b27.tar.gz
ncurses: use a default escape delay of 25ms
* this practically fixes the delay issues when using the escape key since 25ms is too short for humans to notice. Still it should be large enough for all practical terminal emulators and transmission speeds to get escape sequences transmitted. * If the escape delay turns out to be too short, it can still be overwritten using the (standard ncurses) $ESCDELAY environment variable. * fnkeys.tes will still provide the escape surrogate since the insert key will often be in a better possition on computer keyboards.
Diffstat (limited to 'doc/sciteco.1.in')
-rw-r--r--doc/sciteco.1.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in
index 7212a08..1d21ecf 100644
--- a/doc/sciteco.1.in
+++ b/doc/sciteco.1.in
@@ -245,8 +245,8 @@ Additionally \*(ST may be influenced by the
environment variables accessed by glib
.UE .
On a Curses UI, there are other important environment variables
-like \fBTERM\fP, \fBLINES\fP and \fBCOLUMNS\fP that may be
-accessed when \*(ST enters interactive mode.
+like \fBTERM\fP, \fBLINES\fP, \fBCOLUMNS\fP and \fBESCDELAY\fP
+that may be accessed when \*(ST enters interactive mode.
For ncurses, see section \fBENVIRONMENT\fP in
.BR ncurses (3NCURSES)
for details.