Fix interactive-mode row count so it doesn't scroll the header off the top of the terminal.

This commit is contained in:
Oliver Jowett 2016-10-11 17:55:23 +01:00
parent 85d3ecee62
commit 10b5cde505

View file

@ -78,7 +78,7 @@ void interactiveShowData(void) {
struct aircraft *a = Modes.aircrafts;
static uint64_t next_update;
uint64_t now = mstime();
int count = 0;
int count = 3;
char progress;
char spinner[4] = "|/-\\";