-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Extract panelreel core into its own library #43
Comments
I've created https://github.com/dankamongmen/outcurses, which will be a fine place for this stuff to go. |
This is moving along. I've been recreating the functionality in outcurses, but it goes slowly, with many interruptions. Thankfully, I fixed #23 , which takes a lot of heat off of the curses UI code. I'd love to have this done in 1.2, but don't yet want to commit. |
Outcurses has most of the panelreel abstraction now, and it's working better than this ever did. We ought be able to start converting late next week, I'd think. |
And now is is notcurses! https://github.com/dankamongmen/notcurses |
I've merged |
The ncurses code is horrible intertwined with all kinds of core crap. Get it extracted, and move it into its own library. Then, unify it with the omphalos implementation, and get that refactored as well.
The text was updated successfully, but these errors were encountered: