-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add jline3 and expose raw keyboard input somehow #10
Comments
Probably modifiers, just like Android/Desktop Compose. |
You mean, having |
It's probably not that different in shape, but yes we are not reusing anything from Compose UI / Foundation. |
I think we can use mordant to handle the user input that was added in this pull request. It remains only to wait for the official new version to try |
Yeah just saw that earlier. Cool! |
This version upgrade just landed. |
Did most of this today in the Probably need to restore |
Also I'm about to unconditionally put the terminal in raw mode. Is there any reason to not do that? I see a few other frameworks unconditionally do it as well. |
For ctrl+c, if no one handles it in a modifier, we'll exit. Otherwise, you're on your own. |
No description provided.
The text was updated successfully, but these errors were encountered: