Top "Termcap" questions

termcap is a library and database that enables programs to use display terminals in a terminal-independent manner.

Unix screen utility error: Cannot find termcap entry for 'xterm-256color'

I work on a NetBSD system through an ssh connection from my Mac and I want to use the screen …

macos ssh gnu-screen termcap netbsd
What does &= mean?

I'm using termcaps and I don't understand what &= means in this example: term.c_lflag &= ~(ICANON); Could anyone …

c termcap
How do I determine if a terminal is color-capable?

I would like to change a program to automatically detect whether a terminal is color-capable or not, so when I …

unix terminal termcap terminfo
Where to obtain termios.h

In my particular situation I am using MinGW/MSys. It doesn't contain termios.h. Turns out it isn't a library …

mingw termios termcap