hstr: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:
hstr.c:743:44: error: format not a string literal and no format arguments [-Werror=format-security]
743 | mvprintw(hstr->promptYNotification, 0, screenLine);
| ^~~~~~~~~~