summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-22 15:45:01 -0700
committerGary E. Miller <gem@rellim.com>2018-09-22 15:45:01 -0700
commit50c11782c2f833612b6762599a2a15c4b4a6a585 (patch)
tree6bdfebdbf2b40a6aec67d886c78e0ad6492b1d1c /cgps.c
parentc97f5aceb456350c1549ddd6254c2d2edb88220a (diff)
downloadgpsd-50c11782c2f833612b6762599a2a15c4b4a6a585.tar.gz
cgps: look nicer when More... removed.
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 eba03434..20f0e9e4 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)mvwprintw(satellites, sat_no + 2, 1, "%s", " ");
+ (void)mvwhline(satellites, sat_no + 2, 1, 0, 5);
}
/* turn off cursor */
curs_set(0);