aboutsummaryrefslogtreecommitdiff
path: root/demo.c
Commit message (Expand)AuthorAgeFilesLines
* Gracefully handle constructor failure rather than SEGVPaul LeoNerd Evans2008-10-091-0/+5
* Adjustment to demo.c; just print the vim style formatPaul LeoNerd Evans2008-10-081-3/+1
* Added TERMKEY_FORMAT_WRAPBRACKETPaul LeoNerd Evans2008-10-061-8/+4
* Added two more formatting options; CARETCTRL and ALTISMETAPaul LeoNerd Evans2008-10-061-1/+3
* Added termkey_snprint_key() to render nice string outputs of key eventsPaul LeoNerd Evans2008-08-211-24/+6
* Reworked events to be type/code/mod rather than flags/code/mod; make F[n] key...Paul LeoNerd Evans2008-08-211-6/+19
* Cope correctly with XTerm's modified Unicode reporting of Ctrl-C for terminationPaul LeoNerd Evans2008-02-231-2/+2
* Renamed describe_sym to get_keynamePaul LeoNerd Evans2008-02-231-3/+1
* Moved termios magic out of demo.c into termkey.c where it belongsPaul LeoNerd Evans2008-02-231-18/+1
* Implemented termkey_free()Paul LeoNerd Evans2008-02-231-0/+2
* More termios settings on startup, to ensure reporting of signal, flow control...Paul LeoNerd Evans2008-02-231-1/+2
* 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
* Denote general status with return codes, not special key symbolsPaul LeoNerd Evans2008-02-071-1/+2
* Initial attemptPaul LeoNerd Evans2008-02-071-0/+47