From f3b0f3c65da4281656f97049f4bd4f6bdbab83b3 Mon Sep 17 00:00:00 2001 From: yar Date: Sat, 23 Dec 2006 18:03:10 +0000 Subject: Clear to EOL after the end of meter so that its reading can decrease. --- usr.bin/systat/swap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin') diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index 21f457d..018a909 100644 --- a/usr.bin/systat/swap.c +++ b/usr.bin/systat/swap.c @@ -191,5 +191,6 @@ showswap() waddch(wnd, ' '); while (count--) waddch(wnd, 'X'); + wclrtoeol(wnd); } } -- cgit v1.1