Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

kbhit() for NIOS terminal

I need an implementation of kbhit() for the nios terminal in eclipse. I found the following example # include <termios.h> int kbhit(void) { struct termios term, oterm; ...