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

linenoise + ncurses (or other libs) #98

Open
henriqueleng opened this issue Jul 12, 2015 · 0 comments
Open

linenoise + ncurses (or other libs) #98

henriqueleng opened this issue Jul 12, 2015 · 0 comments

Comments

@henriqueleng
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant