summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2019-02-08 11:46:06 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2019-02-08 11:46:06 +0000
commit4bd8a96db438fe9e9c39e0c994085f9330700760 (patch)
tree4fc66291f0a5e4243f51f47afbb3bb3b1dd59b3a /man
parentd25eda51de68549d6cbd126072116a652b49f92a (diff)
Keep the list of TICKIT_WINCTL_ values in alphabetical order
Diffstat (limited to 'man')
-rw-r--r--man/tickit_window.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man/tickit_window.7 b/man/tickit_window.7
index 2fa5175..c2a8e24 100644
--- a/man/tickit_window.7
+++ b/man/tickit_window.7
@@ -105,6 +105,10 @@ A window instance has a number of runtime-configuration control options that aff
The options are given in an enumeration called \fBTickitWindowCtl\fP. The following control values are recognised:
.in
.TP
+.B TICKIT_WINCTL_CURSORBLINK (bool)
+The value is a boolean indicating whether the terminal text cursor should blink
+while this window has the input focus.
+.TP
.B TICKIT_WINCTL_CURSORSHAPE (int)
The value is an integer from the \fBTickitCursorShape\fP enumeration indicating what shape the terminal's text cursor should be while this window has the input focus. Values are:
.RS
@@ -119,10 +123,6 @@ An underline below the character.
A vertical bar to the left of the character.
.RE
.TP
-.B TICKIT_WINCTL_CURSORBLINK (bool)
-The value is a boolean indicating whether the terminal text cursor should blink
-while this window has the input focus.
-.TP
.B TICKIT_WINCTL_CURSORVIS (bool)
The value is a boolean indicating whether the terminal text cursor should be visible
while this window has the input focus.