tty: fix leftover display artifact when last field on the row got smaller

This commit is contained in:
nhmall
2018-09-28 02:09:07 -04:00
parent f87931a7bf
commit 5639539568
3 changed files with 47 additions and 4 deletions

View File

@@ -79,6 +79,7 @@ struct tty_status_fields {
boolean valid;
boolean dirty;
boolean redraw;
boolean padright;
};
#endif