adjusted colors, removed dark
Former-commit-id: 169d885536c04b912795726cfbed7cf0ba082447
This commit is contained in:
parent
69d5c4ca92
commit
4548434dc4
|
@ -1 +1 @@
|
|||
12cd0ac25a00548b5547e3652a223af0087cb1a6
|
||||
0891e80b8f5fb676a069f14e08657e51799e2b61
|
|
@ -571,13 +571,13 @@ void interactiveShowData(void) {
|
|||
printf("\n ");
|
||||
}
|
||||
|
||||
printf("\x1B[%d;31m%-8s\x1B[%d;32m%5s \x1B[%d;33m%3s \x1B[%d;34m%6s \x1B[%d;36m%c%c \x1B[%d;37m%d",
|
||||
count%2, a->flight,
|
||||
count%2, strFl,
|
||||
count%2, strGs,
|
||||
count%2, strD,
|
||||
count%2, cLat, cLon,
|
||||
count%2, (int)((float)signalAverage/25.0f));
|
||||
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",
|
||||
, a->flight,
|
||||
, strFl,
|
||||
, strGs,
|
||||
, strD,
|
||||
, cLat, cLon,
|
||||
, (int)((float)signalAverage/25.0f));
|
||||
|
||||
|
||||
if(d<5) {
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
d8b181a8be770e96fb26808f94b5e3b92ea79ca4
|
||||
ff8015671f890841e17ddbecd1ae5b6be0ec05bb
|
Loading…
Reference in a new issue