You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn!("Decoding input as UTF-16 failed. The two values that could not be decoded were {} and {}.", first_error.unpaired_surrogate(), second_error.unpaired_surrogate());
The only tests that fail are some doctests that try to initialize the screen, I assume this is related to the running environment not being suitable for the win32 flavor. I'm gonna let that pass since for actual applications it works just fine.
The only tests that fail are some doctests that try to initialize the screen
I stumbled on this while trying to figure out if there are known problems with the KeyResize event on win32. While I didn't find the reason KeyResize wasn't working, I found two issues that together probably cause the doctests to fail on win32:
This line fails to compile (
warn!
macro is missing)pancurses/src/windows/mod.rs
Line 167 in 65621d5
duo to incorrect cfg condition
pancurses/src/lib.rs
Line 4 in 65621d5
The text was updated successfully, but these errors were encountered: