Can we get rid of ncurses and transition into notcurses? #2857
Closed
rubyFeedback
started this conversation in
General
Replies: 1 comment
-
someone asked something very similar the other day here. essentially, we'll always be using the terminfo capabilities of ncurses. if you're using notcurses, there's no need (and you are not advised) to call ncurses routines yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For various reasons I'd love to get rid of ncurses altogether. I don't know notcurses well, though - would it be a true alternative to ncurses? E. g. things such as htop and many other projects, that could use notcurses?
I fear that if other projects don't consider switching, we will be perma-stuck with ncurses.
Beta Was this translation helpful? Give feedback.
All reactions