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
+1
View File
@@ -168,6 +168,7 @@ tty: turn off an optimization that is the suspected cause of Windows reported
tty: ensure that current status fields are always copied to prior status
values so that comparisons are correct
tty: fix an out of bounds error in tty_status_update() for BL_HUNGER case
tty: fix leftover display artifact when last field on the row got smaller
X11: its use of genl_status_update exposed a negative index use that could
lead to a segfault