diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-25 18:21:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-25 18:21:25 +0000 |
commit | 93ebb63974b730657d6588a98524bd56827402de (patch) | |
tree | 55cbfcac59e35a0de6233b070515d828e4f1d37a /usr.bin/systat/sensors.c | |
parent | 3486ed2c7b04753bdea156a76ee37f0ee29ce752 (diff) |
use the 1 line load line from 'systat vm' on all the other displays, giving
them more room. much cleaner, and it is less code too; ok deanna
Diffstat (limited to 'usr.bin/systat/sensors.c')
-rw-r--r-- | usr.bin/systat/sensors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/sensors.c b/usr.bin/systat/sensors.c index f3e696c3b13..23a28d01fc8 100644 --- a/usr.bin/systat/sensors.c +++ b/usr.bin/systat/sensors.c @@ -37,7 +37,7 @@ void printline(void); WINDOW * opensensors(void) { - return (subwin(stdscr, LINES-5-1, 0, 5, 0)); + return (subwin(stdscr, LINES-1-1, 0, 1, 0)); } void |