diff options
Diffstat (limited to 'weltschmerz.1')
-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 |