summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-12-23 16:48:29 +0000
committeryar <yar@FreeBSD.org>2006-12-23 16:48:29 +0000
commitaa4002fd1ac738787f67fcc82805387acc36e322 (patch)
tree5f78521d932aa2003e7cddad419bf3ca64aaca12 /usr.bin/systat
parentd6cce3632f84fa74dc037a33887861150b8363af (diff)
downloadFreeBSD-src-aa4002fd1ac738787f67fcc82805387acc36e322.zip
FreeBSD-src-aa4002fd1ac738787f67fcc82805387acc36e322.tar.gz
Reposition the "(swap not configured)" sign WRT the new layout.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index fa336a8..880ebea 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;
OpenPOWER on IntegriCloud