Without the fix build on ncurses-6.3 fails as:
src/helperFns.cpp:103:17:
error: format not a string literal and no format arguments [-Werror=format-security]
103 | mvprintw(TOP+5, 0, (x).c_str());
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~