-
Notifications
You must be signed in to change notification settings - Fork 1
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
Instead of opening input dialog, replace status bar with input #72
Comments
This will be tricky...I think we can just do a one row high overlay of the bottom similarly to how popups were already working in the |
this is where possibly standard ui becomes important... because i'll have to detect if popup isn't Nothing in state in order to render it before the rest in the |
please see #37 |
This error is ambiguous and could possibly be better suited to the |
Instead of opening a popupbox screen/input dialog, just replace the bottom status bar with a prompt like "Enter goto #:" and then the actual input field.
Save the popup overlays for errors, I guess. Maybe some errors can go in status bar?
The text was updated successfully, but these errors were encountered: