bypass curses_putmixed if -DCURSES_GENL_PUTMIXED is defined

This commit is contained in:
nhmall
2023-06-11 09:23:07 -04:00
parent c4c31ae6a8
commit 37b21dd9fd
4 changed files with 25 additions and 11 deletions
+3 -3
View File
@@ -72,10 +72,10 @@ struct window_procs curses_procs = {
curses_destroy_nhwindow,
curses_curs,
curses_putstr,
#if !defined(PDCURSES) || defined(PDC_WIDE)
curses_putmixed,
#else
#if defined(CURSES_GENL_PUTMIXED) || (defined(PDCURSES) && !defined(PDC_WIDE))
genl_putmixed,
#else
curses_putmixed,
#endif
curses_display_file,
curses_start_menu,