one more update for the right of the status line

This tracks the last character written on each row and clears
the previous content from the end independently of which field
is actually involved.
This commit is contained in:
nhmall
2018-09-29 23:21:11 -04:00
parent d1c5649890
commit ef199f3763
2 changed files with 37 additions and 40 deletions

View File

@@ -75,11 +75,11 @@ struct tty_status_fields {
int color;
int attr;
int x, y;
int padright;
size_t lth;
boolean valid;
boolean dirty;
boolean redraw;
boolean last_on_row;
};
#endif