host: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:
display-main.c:59:9: error: format not a string literal and no format arguments [-Werror=format-security]
59 | wprintw(dump_win, str);
| ^~~~~~~