Karlis wrote:

> Maybe there is something to do with termcap?

No. termcap is only used when you want your program to process or send
escapecodes. Termcap programming is preferably done by using (n)curses.

Line-mode processing is done in the TTY driver (kernel) and configured
using termios. This to is seldom done directly since either the default
line-mode is what you want (configured with stty by the user), or you
use curses to build your own input-mode processing by manually handling
each keypress.

---
Henrik Nordström

Reply via email to