zephyrproject-rtos/windows-curses

curses.newwin doesn't paint/appear to screen but stdscr.subwin does. Is this expected behavior?

devdave opened this issue · 0 comments

I suspect that newin is perhaps defaulting beneath the main window while subwin is painted/overlaid on the curses standard screen.

Is this expected behavior? I am running Windows 11 and using Terminal (not cmd.exe) if that matters.