aboutsummaryrefslogtreecommitdiff
path: root/demo.c
Commit message (Collapse)AuthorAgeFilesLines
* Implemented termkey_free()Paul LeoNerd Evans2008-02-231-0/+2
|
* More termios settings on startup, to ensure reporting of signal, flow ↵Paul LeoNerd Evans2008-02-231-1/+2
| | | | control, and NL/CR keys
* Nicer names for modifiers on printed outputPaul LeoNerd Evans2008-02-231-6/+6
|
* Reworking of CSI/SS3/CSIfunc recognition; use registered numbers + names for ↵Paul LeoNerd Evans2008-02-071-2/+2
| | | | keys, rather than hardcoded
* Denote general status with return codes, not special key symbolsPaul LeoNerd Evans2008-02-071-1/+2
|
* Initial attemptPaul LeoNerd Evans2008-02-071-0/+47