mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-11 08:21:01 -04:00
search: find_next(): proper check for scrollback wrap around
Besides disallowing matches that crosses the scrollback wrap-around, this also fixes a crash when the trying to search beyond the last output, when the scrollback history hasn’t yet been completely filled.
This commit is contained in:
parent
f87a13bbd2
commit
e415f85829
2 changed files with 15 additions and 5 deletions
|
|
@ -153,6 +153,7 @@
|
|||
* PTY not being drained when the client application terminates.
|
||||
* `auto_left_margin` not being limited to `cub1`
|
||||
(https://codeberg.org/dnkl/foot/issues/441).
|
||||
* Crash in scrollback search mode when searching beyond the last output.
|
||||
|
||||
|
||||
### Contributors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue