From aee701a96e9c3563d69b3575b90de9ffebf64212 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Sat, 23 Dec 2006 16:48:29 +0000 Subject: [PATCH] Reposition the "(swap not configured)" sign WRT the new layout. --- usr.bin/systat/swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index fa336a88c5ee..880ebea5e78c 100644 --- a/usr.bin/systat/swap.c +++ b/usr.bin/systat/swap.c @@ -176,7 +176,7 @@ showswap() mvwprintw( wnd, i + 1, - 5 + 5, + 5 + hlen + ulen + 1, "(swap not configured)" ); continue;