Using GNU Readline; how can I add ncurses in the same program?

I’ve now put together a simple example program on GitHub: https://github.com/ulfalizer/readline-and-ncurses.

It supports seamless and efficient terminal resizing and multibyte/combining/wide characters. The code has helpful comments.

Screenshot below:

Screenshot of program combining ncurses and readline

Leave a Comment