summaryrefslogtreecommitdiff
path: root/monitor_ubx.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-03-04 20:50:09 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-03-04 20:50:09 +0000
commit6c0051b934c434fef9f4ebdc731b7af86a10ec80 (patch)
treec2ecd7c1e3b7f9afe8f463f1c8db1ea4ba52e994 /monitor_ubx.c
parentd39bc0a22744ffce1407692bfb61080149f39750 (diff)
downloadgpsd-6c0051b934c434fef9f4ebdc731b7af86a10ec80.tar.gz
move the NAV_SVINFO display up, just like in the italk display
Diffstat (limited to 'monitor_ubx.c')
-rw-r--r--monitor_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_ubx.c b/monitor_ubx.c
index 4bab6e52..e338c679 100644
--- a/monitor_ubx.c
+++ b/monitor_ubx.c
@@ -32,7 +32,7 @@ static bool ubx_initialize(void)
int i;
/* "heavily inspired" by monitor_nmea.c */
- if ((satwin = derwin(devicewin, 19, 28, 3, 0)) == NULL)
+ if ((satwin = derwin(devicewin, 19, 28, 0, 0)) == NULL)
return false;
(void)wborder(satwin, 0, 0, 0, 0, 0, 0, 0, 0),
(void)syncok(satwin, true);