Changeset 84cc190 in mainline


Ignore:
Timestamp:
2024-09-18T10:35:42Z (29 hours ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Parents:
36fcd0a
Message:

libtermui: Wipe overflow flags when wiping screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/termui/src/termui.c

    r36fcd0a r84cc190  
    458458                        _screen_cell(termui, col, row) = termui->default_cell;
    459459
     460                _overflow_flag(termui, row) = false;
    460461                _update_active_cells(termui, 0, row, termui->cols);
    461462        }
Note: See TracChangeset for help on using the changeset viewer.