I'm an avid Emacs user and love shell-mode that in my opinion brings the best of two worlds: Emacs buffers and terminal emulators. For me shell-mode's biggest down fall is that ncurses based applications wouldn't render correctly. Having the need to design & code a little monitoring app in C that reads and write to standard input & output (think something like htop) I would love to use a framework, and I would really like my app to work in shell-mode, what framework would you recommend me to look at?
N.B: I'm not interested in capturing the mouse.