Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libvgl/
Dkeyboard.c43 static struct termios VGLKeyboardTty; variable
52 tcgetattr(0, &VGLKeyboardTty); in VGLKeyboardInit()
54 term = VGLKeyboardTty; in VGLKeyboardInit()
85 tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty); in VGLKeyboardEnd()