Changeset 2cf8f994 in mainline for uspace/lib/termui


Ignore:
Timestamp:
2024-09-19T22:04:13Z (10 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
3fcea34
Parents:
84cc190
Message:

Improve terminal behavior in console mode.

File:
1 edited

Legend:

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

    r84cc190 r2cf8f994  
    190190        }
    191191
    192         termui->row++;
     192        if (termui->rows > 1)
     193                termui->row++;
    193194
    194195        if (termui->row >= termui->used_rows)
Note: See TracChangeset for help on using the changeset viewer.