mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
term: scrolling: clamp number of rows to number of rows in scrolling region
This commit is contained in:
parent
57e04a1320
commit
a4f5938123
2 changed files with 6 additions and 13 deletions
|
|
@ -23,6 +23,8 @@
|
|||
* Copy to clipboard/primary selection to insert a line break if either
|
||||
the last cell on the previous line or the first cell on the next
|
||||
line is empty.
|
||||
* Number of lines to scroll is now always clamped to the number of
|
||||
lines in the scrolling region..
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
|
@ -35,7 +37,6 @@
|
|||
released.
|
||||
* Selected cells did not appear selected if modified.
|
||||
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue