aboutsummaryrefslogtreecommitdiff
path: root/termkey_waitkey.3.sh
Commit message (Collapse)AuthorAgeFilesLines
* Provide an explicit termkey_canonicalise() function; canonicalise Space/SP ↵Paul LeoNerd Evans2011-08-271-0/+2
| | | | in both directions
* Provide a flag to return RES_ERROR even on signal (EINTR); without it, retry ↵Paul LeoNerd Evans2011-08-251-1/+1
| | | | the operation
* Provide a new result value, TERMKEY_RES_ERROR to indicate an IO error - ↵Paul LeoNerd Evans2011-08-181-0/+3
| | | | preserve errno
* Refer to strfkey not snprint_key; add links to termkey_keycmpPaul LeoNerd Evans2011-04-041-1/+2
|
* Various minor neatenings to manpage formattingPaul LeoNerd Evans2011-04-031-2/+2
|
* Bugfixes to manpage layout - no need to .br when the demo is pulled in a .nf ↵Paul LeoNerd Evans2011-04-031-2/+2
| | | | anyway; remember to escape slashes
* Updated manpages for function rename sprint_key -> strfkeyPaul LeoNerd Evans2011-03-311-1/+1
|
* Renamed all type names to CamelCaseNames for visual distinctness, separate ↵Paul LeoNerd Evans2009-07-151-2/+2
| | | | from variables/functions
* Resort back to using GNU sed in .sh built manpages, as we only need them at ↵Paul LeoNerd Evans2008-12-101-1/+3
| | | | 'make dist' time now; doesn't matter that BSD can't run them
* Use shell natively to embed demo .c files in manpages rather than invoking ↵Paul LeoNerd Evans2008-11-281-1/+1
| | | | sed, because OpenBSD's sed doesn't seem to like this
* Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be ↵Paul LeoNerd Evans2008-11-061-2/+2
| | | | more consistent
* Include demo.c and demo-async.c in the manpages under an EXAMPLE sectionPaul LeoNerd Evans2008-11-061-0/+42