Fix a caption update issue when a status message is being displayed.
commitcb9d14bd8a198447d20ccd4be848df679a3047d9
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Tue, 29 Jul 2008 00:28:05 +0000 (28 20:28 -0400)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Tue, 29 Jul 2008 00:28:05 +0000 (28 20:28 -0400)
tree77f45a93966410043ce54eda6097fda51976d325
parentfbd0d43eca987ed3e1aa8b6597bedb24ef41fe01
Fix a caption update issue when a status message is being displayed.

The caption string is not updated immediately if a status message is
being displayed. When the status message is erased after the timeout,
not all of the caption string is redrawn. As a result, if the caption
had changed while the status message was being displayed, it's not
updated properly. Reported in #23945. This change fixes the bug.
src/display.c