Searched refs:VGLKeyboardTty (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/lib/libvgl/
H A Dkeyboard.c41 static struct termios VGLKeyboardTty; variable in typeref:struct:termios
50 tcgetattr(0, &VGLKeyboardTty);
52 term = VGLKeyboardTty;
83 tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty);

Completed in 58 milliseconds