2

What is the recommended terminal emulator in emacs to use ncurses applications? I use things like wicd-curses, cmake and other applications with rich ncurses interfaces and I am having trouble in finding an appropriate configuration where keyboard interaction works well and terminal content is not accidentally scrambled.

Thank you.

garjola
  • 81
  • 3

1 Answers1

2

ansi-term is a terminal emulator, and appears to work well enough to support ncurses applications.

There are some sticky issues with terminfo, particularly after sshing into remote systems, http://www.emacswiki.org/emacs/AnsiTermHints#toc6 has discussion about this.

dgtized
  • 4,199
  • 21
  • 41
  • Thank you. ansi-term works ok for things like top and cmake, but not for wicd-curses. I don't understand what the difference is! – garjola Oct 28 '14 at 09:01
  • Not familiar with wicd-curses, I've used it with aptitude and it worked, but certainly didn't do an exhaustive test of ncurses apps under ansi-term. – dgtized Oct 28 '14 at 19:24