Clear to EOL after the end of meter so that its reading can decrease.

This commit is contained in:
Yaroslav Tykhiy 2006-12-23 18:03:10 +00:00
parent b20870dbb5
commit d668a4922f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165499

View File

@ -191,5 +191,6 @@ showswap()
waddch(wnd, ' ');
while (count--)
waddch(wnd, 'X');
wclrtoeol(wnd);
}
}