Merge pull request #39 from SavaLione/patch-1

The size of the array
This commit is contained in:
William McBrine
2018-12-04 17:54:53 -05:00
committed by GitHub

View File

@@ -332,7 +332,7 @@ void inputTest(WINDOW *win)
int w, h, bx, by, sw, sh, i, c, num = 0;
char buffer[80];
WINDOW *subWin;
static const char spinner[4] = "/-\\|";
static const char spinner[5] = "/-\\|";
int spinner_count = 0;
wclear(win);