kbdlib

CLI VT100 text terminal keyboard input library. Recognizes solitary ESC key. Decodes UTF-8 Unicode sequences (if getkey_utf8).

again:
	c = getkey();
	if(c == kMORE) {
		sleep(1); // or less
		goto again;
	}

Download

Source: key-0.19.tar.gz ()

Free Web Hosting