diff options
author | Wolfgang Müller | 2021-10-27 15:09:44 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-11-27 14:05:19 +0100 |
commit | 3dff3d32d0bc7dd23e1ac782cbcab965f66c3a82 (patch) | |
tree | a7ad88c2acc2fe1a421066035ecdaff7d527323f /weltschmerz.1 | |
parent | b3016c547bd93af2d5a22c2fdf8659a5cd128543 (diff) | |
download | weltschmerz-3dff3d32d0bc7dd23e1ac782cbcab965f66c3a82.tar.gz |
Put options in the manual in the right order
Diffstat (limited to '')
-rw-r--r-- | weltschmerz.1 | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/weltschmerz.1 b/weltschmerz.1 index 4f0ee89..587d342 100644 --- a/weltschmerz.1 +++ b/weltschmerz.1 @@ -113,15 +113,6 @@ When set to the mouse cursor will always be shown. The default is .Sy false . -.It Sy cursor-shape -Specifies the shape of the terminal cursor. -Possible values are -.Sy beam , -.Sy block , -and -.Sy underline . -The default is -.Sy block . .It Sy cursor-blink Specifies whether the cursor should blink. Possible values are @@ -138,6 +129,15 @@ When set to will honour the GTK setting .Sy gtk-cursor-blink . Refer to the GTK documentation for more details. +.It Sy cursor-shape +Specifies the shape of the terminal cursor. +Possible values are +.Sy beam , +.Sy block , +and +.Sy underline . +The default is +.Sy block . .It Sy font Specifies the font used to draw text, in the form of a Pango font description. @@ -159,6 +159,16 @@ Specifies how many lines of scrollback to keep. A value of -1 means infinite scrollback. The default is .Sy 10000 . +.It Sy scrollbar +When set to +.Sy true , +.Nm +will draw a scrollbar at the right side of the terminal window. +When set to +.Sy false , +no scrollbar is drawn. +The default is +.Sy true . .It Sy prefer-osc7 When set to .Sy true , @@ -175,16 +185,6 @@ only is used. The default is .Sy true . -.It Sy scrollbar -When set to -.Sy true , -.Nm -will draw a scrollbar at the right side of the terminal window. -When set to -.Sy false , -no scrollbar is drawn. -The default is -.Sy true . .Pp Note that .Nm |