summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-24 15:29:10 -0700
committerGary E. Miller <gem@rellim.com>2018-09-24 15:29:10 -0700
commit4af59876328fb6a11f7337e350b312cf45c7093b (patch)
tree3e9c0b083fc2d4ac32589ccca3c0c802545a5bb4 /cgps.c
parent52a27d71f19563a40270b25ac1d127529e0a2360 (diff)
downloadgpsd-4af59876328fb6a11f7337e350b312cf45c7093b.tar.gz
cgps: minor fix for satellite window formatting.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgps.c b/cgps.c
index c389c9ed..f08bd12b 100644
--- a/cgps.c
+++ b/cgps.c
@@ -622,7 +622,7 @@ static void update_gps_panel(struct gps_data_t *gpsdata, char *message)
SATELLITES_WIDTH - 3, "");
}
/* remove More... */
- (void)mvwhline(satellites, sat_no + 2, 1, 0, 5);
+ (void)mvwhline(satellites, sat_no + 2, 1, 0, 8);
}
/* turn off cursor */
curs_set(0);