Pergunta

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

Foi útil?

Solução

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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top