mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
The size of the array
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user