Without the fix build on ncurses-6.3 fails as:
lib.cpp:586:24: error: format not a string literal and no format arguments [Werror=format-security]
586 | mvprintw(1, 0, notify);
| ^~~~~~
Without the fix build on ncurses-6.3 fails as:
lib.cpp:586:24: error: format not a string literal and no format arguments [Werror=format-security]
586 | mvprintw(1, 0, notify);
| ^~~~~~