NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__unget
lib/libcurses/curses_private.h
380
int __unget(wint_t);
lib/libcurses/get_wch.c
589
return __unget((wint_t)c);
lib/libcurses/getch.c
926
return __unget((wint_t)c);