Without the fix build on ncurses-6.3 fails as:
ui/ui.c:714:16: error: format not a string literal and no format arguments [-Werror=format-security]
714 | printw(copy_to);
| ^~~~~~~
Without the fix build on ncurses-6.3 fails as:
ui/ui.c:714:16: error: format not a string literal and no format arguments [-Werror=format-security]
714 | printw(copy_to);
| ^~~~~~~