mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-22 08:02:24 +00:00
Typing in the settings search dims the page and lights up the rows that match, and the nav badges count them per section. But nothing moved the page. Search "cursor" and Appearance says (2) while the screen shows a greyed-out Theme section: both matches live under Cursor, most of a page below the fold, with no sign they are down there. On Terminal the single match sat right on the bottom edge. The content pane now carries a ScrollHandle, and the first matching row on the page claims a ScrollAnchor on it. Whenever the query changes, or a section is opened with a query already live, the page scrolls that first match into view — one row per page, so the view never travels past matches above it. Clearing the query leaves the page where the reader left it.