Implement a simple scroll progress indicator

Shows a simple bar on the right edge of the window that moves up as you
scroll further back. There are apparently a lot of people that dont use
a pager for browsing large scrollbacks. I will never understand this,
but, what the hell I was in that code area anyway for other reasons.

TODO: Maybe make it a rounded rectangle
This commit is contained in:
Kovid Goyal
2024-03-28 20:33:35 +05:30
parent c9f8596357
commit 700b57bc18
7 changed files with 59 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ Detailed list of changes
using the panel kitten for all compositors that support the requisite Wayland
protocol which is practically speaking all of them but GNOME (:pull:`2590`)
- A new option :opt:`scrollback_indicator_opacity` to show a small indicator on the right hand side of the screen of how much you have scrolled
- Wayland: Support fractional scales so that there is no wasted drawing at larger scale followed by resizing in the compositor
- Wayland: Support preferred integer scales