mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
render: scrollback position: only count _used_ scrollback lines
When calculating where in the scrollback history we are, we previously did this against the total number of scrollback lines. I.e. the `scrollback.lines` setting in `footrc`. Now, we count only the used/allocated scrollback lines. Note that the initial indicator position might still seem to start a bit high up, if the number of used scrollback lines is low. This is because we use the *top* of the screen for the current position. Thus, we'll never be at the bottom (except for the special case when we're *really* at the bottom).
This commit is contained in:
parent
a2257cb082
commit
cc24c5f2e0
2 changed files with 13 additions and 3 deletions
|
|
@ -62,6 +62,8 @@
|
|||
* Default `--server` socket path to use `$WAYLAND_DISPLAY` instead of
|
||||
`$XDG_SESSION_ID` (https://codeberg.org/dnkl/foot/issues/55).
|
||||
* Trailing empty cells are no longer highlighted in mouse selections.
|
||||
* Scrollback position indicator is now based on the number of _used_
|
||||
scrollback lines, instead of the _total_ number of scrollback lines.
|
||||
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue