From b6807735feafa583329b2ce4bc0d48287a64b9e8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 4 Jan 2016 13:41:40 -0500 Subject: Make asynchronous updating of PPS windows more reliable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generalizes a patch for monitor_ubx.c submitted by by Nuno Gonçalves. --- monitor_nmea0183.c | 1 + 1 file changed, 1 insertion(+) (limited to 'monitor_nmea0183.c') diff --git a/monitor_nmea0183.c b/monitor_nmea0183.c index be48790b..426d9b05 100644 --- a/monitor_nmea0183.c +++ b/monitor_nmea0183.c @@ -107,6 +107,7 @@ static bool nmea_initialize(void) #endif /* PPS_ENABLE */ (void)mvwprintw(gpgsawin, 5, 9, " GSA + PPS "); (void)wattrset(gpgsawin, A_NORMAL); + (void)syncok(gpgsawin, true); gpggawin = derwin(devicewin, 9, 30, 6, 50); assert(gpggawin !=NULL); -- cgit v1.2.1