Keyboard input library for VT100-like text terminals. Recognizes solitary ESC key and decodes UTF-8 Unicode sequences (if getkey_utf8 is set).
getkey_utf8
again: c = getkey(); if(c == kMORE) { sleep(1); // or less goto again; }
Source: key-0.19.tar.gz (2022-06-20)