Skip to content
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

Improve keyboard handling in widgets #427

Closed
senorprogrammer opened this issue May 6, 2019 · 0 comments
Closed

Improve keyboard handling in widgets #427

senorprogrammer opened this issue May 6, 2019 · 0 comments
Labels
💪 improvement "Where we're going, we don't need roads."

Comments

@senorprogrammer
Copy link
Collaborator

Keyboard handling is currently inlined into the main widget file as a single ugly function and then passed to tview. There's a good chunk of boilerplate as a result. Remove that into a KeyboardWidget that handles keyboard input.

@senorprogrammer senorprogrammer added the 💪 improvement "Where we're going, we don't need roads." label May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 improvement "Where we're going, we don't need roads."
Development

No branches or pull requests

1 participant