diff options
author | Wolfgang Müller | 2025-02-23 12:05:20 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-23 12:05:20 +0100 |
commit | 3aca5ff0a88984a9ad0b2872267f64be9bcc159f (patch) | |
tree | 406176ed563c01fa04d19d245b2626fb238cc1c1 /weltschmerz.1 | |
parent | 50ceee26d9ef75f844fbe8691820a1c4c232be76 (diff) | |
download | weltschmerz-3aca5ff0a88984a9ad0b2872267f64be9bcc159f.tar.gz |
Move note on overlay scrolling to the right section
Commit 3dff3d3 (Put options in the manual in the right order,
2021-10-27) accidentally split up the section on the 'scrollbar' option
such that the note about overlay scrolling now appears under the
'prefer-osc7' section instead. Move it back where it belongs.
Diffstat (limited to 'weltschmerz.1')
-rw-r--r-- | weltschmerz.1 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/weltschmerz.1 b/weltschmerz.1 index 3622791..ed6e76a 100644 --- a/weltschmerz.1 +++ b/weltschmerz.1 @@ -171,6 +171,18 @@ When set to no scrollbar is drawn. The default is .Sy true . +.Pp +Note that +.Nm +uses overlay scrolling if available. +This means that the scrollbar is drawn on top of the terminal and fades +out automatically if unused. +If you wish to turn this behaviour off, set the +.Ev GTK_OVERLAY_SCROLLING +environment variable to +.Sy 0 +or modify the GTK setting +.Sy gtk-overlay-scrolling . .It Sy prefer-osc7 When set to .Sy true , @@ -187,18 +199,6 @@ only is used. The default is .Sy true . -.Pp -Note that -.Nm -uses overlay scrolling if available. -This means that the scrollbar is drawn on top of the terminal and fades -out automatically if unused. -If you wish to turn this behaviour off, set the -.Ev GTK_OVERLAY_SCROLLING -environment variable to -.Sy 0 -or modify the GTK setting -.Sy gtk-overlay-scrolling . .El .Pp The |