Without the fix build on ncurses-6.3 fails as:
creadline.c:71:3: error: format not a string literal and no format arguments [-Werror=format-security]
71 | mvwprintw(w, y, x, prompt);
| ^~~~~~~~~
Without the fix build on ncurses-6.3 fails as:
creadline.c:71:3: error: format not a string literal and no format arguments [-Werror=format-security]
71 | mvwprintw(w, y, x, prompt);
| ^~~~~~~~~