summaryrefslogtreecommitdiffstats
path: root/share/man/man4/screen.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-01 13:47:40 +0000
committerru <ru@FreeBSD.org>2001-10-01 13:47:40 +0000
commit2582774aeb260574c54588fa24871cfffbffd10a (patch)
treeee0691a5a138405df755d1b28efbe7977a65c1f7 /share/man/man4/screen.4
parente4153dd8efe2ce6b292a835c1b5e51949956c9d2 (diff)
downloadFreeBSD-src-2582774aeb260574c54588fa24871cfffbffd10a.zip
FreeBSD-src-2582774aeb260574c54588fa24871cfffbffd10a.tar.gz
Document new cursor escape sequences.
Diffstat (limited to 'share/man/man4/screen.4')
-rw-r--r--share/man/man4/screen.418
1 files changed, 17 insertions, 1 deletions
diff --git a/share/man/man4/screen.4 b/share/man/man4/screen.4
index 5d7ae76..19a3806 100644
--- a/share/man/man4/screen.4
+++ b/share/man/man4/screen.4
@@ -185,17 +185,33 @@ SGR E[nm Set character attributes: --
pitch is in units of 840 nS,
duration is units of 0,1 S.
--- E[=tC Set cursor type (see table) --
+-- E[=tC Set global cursor type (see table) --
t=0 normal non-blinking
t=1 normal blinking
t=2 custom non-blinking
t=3 custom blinking
+ t=4 reset cursor (resets custom
+ cursor shape and sets current
+ cursor type to 0)
+ t=5 hide cursor
-- E[=s;eC Set custom cursor shape, where --
s is the starting and e is the ending
scanlines of the cursor.
+-- E[=s;e;dC --
+ Same as above, except d specifies the
+ direction. If 0, scanlines are counted
+ from the top to the bottom. If 1, from
+ the bottom to the top.
+
+-- E[=tS Set local cursor type (see table) --
+
+ t=0 normal (global) ve
+ t=1 invisible vi
+ t=2 very visible vs
+
-- E[=nA Set the border color to n --
(see table) (if supported by HW)
OpenPOWER on IntegriCloud