Question

Is there a standard C header containing ansi escape sequences for say vt100 ?

Was it helpful?

Solution

The answer is no, this kind of hardware-specific stuff is not in the C standard.

OTHER TIPS

More a library than a header, but I think you are looking for termcap or its modern replacement terminfo.

Or perhaps the higher-level curses. Or in this case, the drop-in replacement ncurses.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top