Without the patch build fails on ncurses-6.3 as:
helpwin.c:64:3: error: format not a string literal and no format arguments [-Werror=format-security]
64 | mvwprintw(win, 2, 1, screen->desc);
| ^~~~~~~~~
Without the patch build fails on ncurses-6.3 as:
helpwin.c:64:3: error: format not a string literal and no format arguments [-Werror=format-security]
64 | mvwprintw(win, 2, 1, screen->desc);
| ^~~~~~~~~