display cleanup only targets the right-most field where it's needed

This commit is contained in:
nhmall
2018-09-28 12:55:30 -04:00
parent bdc9a6b98e
commit 394c72d366
3 changed files with 17 additions and 2 deletions
+1
View File
@@ -169,6 +169,7 @@ 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
and optimize so only the right-most field requires the cleanup code
X11: its use of genl_status_update exposed a negative index use that could
lead to a segfault