getch

Function: getch Get character without waiting for Return to be pressed. Windows has this in conio.h

version(Posix)
int
getch
(
)

Meta