Code

Fixed rogue character after volume change
authorThomas Jansen <mithi@mithi.net>
Mon, 17 Aug 2009 10:19:37 +0000 (12:19 +0200)
committerThomas Jansen <mithi@mithi.net>
Mon, 17 Aug 2009 10:19:37 +0000 (12:19 +0200)
commitf4a47d5dc83c5c18ea41e172c775e2fbcd81a49a
tree398f5ed99ad17a3d3dd4d03cc4897ced17d47d99
parentce87a1eea3e6f7f24b7fd82db8d3775cf456818c
Fixed rogue character after volume change

Volume changes that result in a shorter string length did not clean up the
now unused characters. We check the expected (relative) string length before
updating the screen and do a full repaint in that case.
src/screen.c