summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorJeff Francis <jeff@gritch.org>2006-11-14 17:02:12 +0000
committerJeff Francis <jeff@gritch.org>2006-11-14 17:02:12 +0000
commitae3d9dd9ab2e1d21d2f906319c59dc3d8c66d72e (patch)
treebaee50f2c820d5c46820ec431a30497b985afe4f /cgps.c
parenta92d2fec06eed1f718d986c385c04a25a820ee9f (diff)
downloadgpsd-ae3d9dd9ab2e1d21d2f906319c59dc3d8c66d72e.tar.gz
When the display is 80x24, don't display the title line...
...allowing two lines of scrolling raw data. Short-term fix for the bigger problem of balancing satellite display vs. raw data display.
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 7ce99ea6..6d63c59a 100644
--- a/cgps.c
+++ b/cgps.c
@@ -667,7 +667,7 @@ int main(int argc, char *argv[])
window_length = MAX_SATWIN_SIZE;
display_sats = MAX_POSSIBLE_SATS;
} else if(ysize > MAX_SATWIN_SIZE + 2) {
- title_flag = 1;
+ title_flag = 0;
raw_flag = 1;
window_length = MAX_SATWIN_SIZE;
display_sats = MAX_POSSIBLE_SATS;