Ulf Magnusson

Results 2 comments of Ulf Magnusson

Looking at the Python module code at https://github.com/zephyrproject-rtos/windows-curses/blob/e7e7a2b33bffa4629fa8cc52bb61d5fad28f5938/py38/_cursesmodule.c#L666 , it just seems to call through to `waddstr()`/`waddwstr()` in PDCurses (should get the wide-character `waddwstr()` in your case, if things are...

I think this should work: 1. Do something like what [this StackOverflow answer](https://stackoverflow.com/a/161577) does to preserve newlines in the input (there seems to be some other good links too when...