format fixes

Former-commit-id: 1eba6ed9ead05ee37be14b766821765fcf764e13
This commit is contained in:
Nathan 2017-09-07 23:54:16 -05:00
parent 9fcd335463
commit fcdd101e7b
4 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
0891e80b8f5fb676a069f14e08657e51799e2b61 38444892864e17640f6fc1e64fda8df61a994cd0

View file

@ -444,7 +444,7 @@ void interactiveShowData(void) {
printf ( printf (
// original version "Hex Mode Sqwk Flight Alt Spd Hdg Lat Long Sig Msgs Ti%c\n", progress); // original version "Hex Mode Sqwk Flight Alt Spd Hdg Lat Long Sig Msgs Ti%c\n", progress);
// pitft version "\x1B[30;47m\e[1mFlight Alt Spd Lat Long \n", progress); // pitft version "\x1B[30;47m\e[1mFlight Alt Spd Lat Long \n", progress);
"\x1B[30;47m\e[1m Flight Zm m/s D(km) H S "); "\x1B[30;47m\e[1m Flight Alt(m) km/h D(km) H S ");
} else { } else {
printf ( printf (
"Hex Flight Alt V/S GS TT SSR G*456^ Msgs Seen %c\n", progress); "Hex Flight Alt V/S GS TT SSR G*456^ Msgs Seen %c\n", progress);
@ -566,12 +566,12 @@ void interactiveShowData(void) {
//formatted for terminusBold 10x20, no unicode //formatted for terminusBold 10x20, no unicode
if(d<5) { if(d<5) {
printf("%ls",L"\n┌─────────────────────────────┐\n"); printf("%ls",L"\n\x1B[1;37m───────────────────────────────┐\n");
} else { } else {
printf("\n "); printf("\n ");
} }
printf("\x1B[1;31m%-8s\x1B[1;32m%5s \x1B[1;33m%3s \x1B[1;34m%6s \x1B[1;36m%c%c \x1B[1;35m%d", printf("\x1B[1;31m%-8s\x1B[1;32m%5s \x1B[1;33m%4s \x1B[1;34m%6s \x1B[1;36m%c%c \x1B[1;35m%d",
a->flight, a->flight,
strFl, strFl,
strGs, strGs,
@ -581,7 +581,7 @@ void interactiveShowData(void) {
if(d<5) { if(d<5) {
printf("%ls",L"\n─────────────────────────────┘"); printf("%ls",L"\x1B[1;37m\n───────────────────────────────┘");
count+=2; count+=2;
} }

Binary file not shown.

View file

@ -1 +1 @@
ff8015671f890841e17ddbecd1ae5b6be0ec05bb 9784b40693d80d528f4cb9ba56149d8512786be7