You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if is it possible to use linenoise under ncurses. I saw that linenoise() function use printf(), but I need to use the ncurses (printw, wprintw, mvprintw, mvwprintw, ...) functions.
Can I make linenoise work without the use of this function linenoise()?
If no, even that people can simply change the linenoise() function, why not make linenoise transparent in the sense of only return the data (chars, strings, values) and let people print and handle it the way they want? This will make possible the use of linenoise in any type or software, and use linenoise anywhere; like graphical applications.
Thanks, (correct me if i'm wrong)
Henrique Lengler
The text was updated successfully, but these errors were encountered:
I'm wondering if is it possible to use linenoise under ncurses. I saw that linenoise() function use printf(), but I need to use the ncurses (printw, wprintw, mvprintw, mvwprintw, ...) functions.
Can I make linenoise work without the use of this function linenoise()?
If no, even that people can simply change the linenoise() function, why not make linenoise transparent in the sense of only return the data (chars, strings, values) and let people print and handle it the way they want? This will make possible the use of linenoise in any type or software, and use linenoise anywhere; like graphical applications.
Thanks, (correct me if i'm wrong)
Henrique Lengler
The text was updated successfully, but these errors were encountered: