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
{{ message }}
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
Hm, is it because not all of the WchResult::KeyCode(i32) values work? I've tried wget_wch with backspace, enter, tab, and escape and they all returned WchResult::Char(u32) values.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently on macOS HighSierra Version 10.13.6.
Trying to get example 7 to run properly, but I'm receiving this message when I try:
Which tells me that I probably haven't set up
ncursesw
properly.Here's what I've done (as per the readme):
brew install ncurses
brew link --force ncurses
cargo run --example ex_7
What am I missing here? Are there additional steps I should be taking to get this to work?
The text was updated successfully, but these errors were encountered: