Fix interactive-mode row count so it doesn't scroll the header off the top of the terminal.
This commit is contained in:
parent
85d3ecee62
commit
10b5cde505
|
@ -78,7 +78,7 @@ void interactiveShowData(void) {
|
||||||
struct aircraft *a = Modes.aircrafts;
|
struct aircraft *a = Modes.aircrafts;
|
||||||
static uint64_t next_update;
|
static uint64_t next_update;
|
||||||
uint64_t now = mstime();
|
uint64_t now = mstime();
|
||||||
int count = 0;
|
int count = 3;
|
||||||
char progress;
|
char progress;
|
||||||
char spinner[4] = "|/-\\";
|
char spinner[4] = "|/-\\";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue