termio.h and term.h calls

chafir

Registered
Hi,

having problems compiling up some code on OS X and it's these two files (termio.h, term.h) which aren't present.

I'm given to understand that on some UNIX setups, they install with emacs, but not on OS X. I've tried compiling up without the functions generally present in these header files but without any success. I took a look at the Dev documentation for the OS X I/O kit but was frankly a bit baffled.

Can anyone shed some light on where the functionality is?

cheers
C
 

  • Hi,

    having problems compiling up some code on OS X and it's these two files (termio.h, term.h) which aren't present.

    I'm given to understand that on some UNIX setups, they install with emacs, but not on OS X. I've tried compiling up without the functions generally present in these header files but without any success. I took a look at the Dev documentation for the OS X I/O kit but was frankly a bit baffled.

    Can anyone shed some light on where the functionality is?

    cheers
    C
    • Look in Terminal command man termios and header termios.h
    • Good Luck ;)
 
Back
Top