onboard fixes

Former-commit-id: 474b6b928fbf41ebad522ee55fae952c481aabf5
This commit is contained in:
nathan 2017-09-05 04:29:57 +00:00
parent f0ae33df5a
commit 565c65c0e9
4 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
6f6bc86677ae1f1852853f24130b9039e026b7bc
b31c0c4c1a9cc96f015125a795b14922cb6ae8c9

View file

@ -566,12 +566,12 @@ void interactiveShowData(void) {
//formatted for terminusBold 10x20, no unicode
if(d<5) {
printf("%ls",L"\n\x1B[1;37m┌──────────────────────────────\n");
printf("%ls",L"\n\x1B[1;37m┌──────────────────────────────\n");
} else {
printf("\n ");
}
printf("\x1B[1;31m%-8s\x1B[1;32m%5s \x1B[1;33m%4s \x1B[1;34m%5s \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%5s \x1B[1;36m%c%c \x1B[1;35m%d",
a->flight,
strFl,
strGs,
@ -581,7 +581,7 @@ void interactiveShowData(void) {
if(d<5) {
printf("%ls",L"\x1B[1;37m│\n└──────────────────────────────");
printf("%ls",L"\x1B[1;37m│\n└──────────────────────────────");
count+=2;
}

Binary file not shown.

View file

@ -1 +1 @@
a747e61e42f6d5e47b99924389b8df5fa0c11786
01689ba1d8d7221275a4c0db2e1f78a183534cc6