diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2018-02-18 21:31:59 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2018-02-18 21:31:59 +0000 |
commit | 1fc41b776f712f321c1f355d391c6a5eaf79ebfa (patch) | |
tree | d8f3b16ac8fef459fa99e423670e9d00b9ae7bdf /wavemon.h | |
parent | 5744c3a0214950433c3a4375798c1c8eba1b398c (diff) | |
download | wavemon-upstream/0.8.2.tar.gz |
New upstream version 0.8.2upstream/0.8.2
Diffstat (limited to '')
-rw-r--r-- | wavemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ enum info_screen_geometry { WH_IFACE = 2, /* 'Interface' area at the top */ WH_LEVEL = 9, /* Level meters */ WH_STATS = 3, /* WiFi statistics area */ - WH_INFO_MIN = 8, /* WiFi information area */ + WH_INFO_MIN = 7, /* WiFi information area */ WH_NET_MIN = 3, /* Network interface information area */ WH_NET_MAX = 5, /* Network interface information area */ WH_MENU = 1 /* Menu bar at the bottom */ |