[hamradio-commits] [dump1090] 17/389: Minor aesthetic change to interactive mode.

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

mernisse-guest pushed a commit to branch master
in repository dump1090.

commit 1576b61af504cfc7b345e7568f8a2342d16fa564
Author: antirez <antirez at gmail.com>
Date:   Mon Jan 7 01:50:34 2013 +0100

    Minor aesthetic change to interactive mode.
---
 dump1090.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dump1090.c b/dump1090.c
index ca29d1b..7dd9073 100644
--- a/dump1090.c
+++ b/dump1090.c
@@ -1283,9 +1283,9 @@ void interactiveShowData(void) {
     progress[3] = '\0';
 
     printf("\x1b[H\x1b[2J");    /* Clear the screen */
-    printf("Hex    Flight   Altitude  Speed     Messages  Seen    %s\n",
+    printf("Hex    Flight   Altitude  Speed     Messages  Seen  %s\n",
             progress);
-    printf("----------------------------------------------------\n");
+    printf("-------------------------------------------------------\n");
     while(a && count < Modes.interactive_rows) {
         printf("%-6s %-8s %-9d %-9d %-9ld %d sec ago\n",
             a->hexaddr, a->flight, a->altitude, a->speed, a->messages,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git



More information about the pkg-hamradio-commits mailing list