Changeset a4301f1 in mainline for uspace/lib/termui/src/history.c
- Timestamp:
- 2025-11-09T16:28:13Z (3 days ago)
- Branches:
- master
- Children:
- a7f9409, b8498c3
- Parents:
- 9fd74d5
- File:
-
- 1 edited
-
uspace/lib/termui/src/history.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/termui/src/history.c
r9fd74d5 ra4301f1 300 300 301 301 if (viewport_inactive) { 302 /* Ensure consistent state so asserts don't trigger inside _evict_oldest_line(). */303 history->viewport_top = lines->tail;302 /* Ensure consistent state so asserts don't trigger inside _evict_oldest_line(). */ 303 history->viewport_top = lines->tail; 304 304 } 305 305
Note:
See TracChangeset
for help on using the changeset viewer.
