Paul LeoNerd Evans
|
4f73b850c5
|
Added compile-vs-runtime library version checks
|
2008-11-16 12:40:14 +00:00 |
Paul LeoNerd Evans
|
247fae6a72
|
Gracefully handle constructor failure rather than SEGV
|
2008-10-09 22:41:07 +01:00 |
Paul LeoNerd Evans
|
a61b916c18
|
Adjustment to demo.c; just print the vim style format
|
2008-10-08 02:06:00 +01:00 |
Paul LeoNerd Evans
|
0b8680daa4
|
Added TERMKEY_FORMAT_WRAPBRACKET
|
2008-10-06 22:33:49 +01:00 |
Paul LeoNerd Evans
|
5b24e42d90
|
Added two more formatting options; CARETCTRL and ALTISMETA
|
2008-10-06 22:22:09 +01:00 |
Paul LeoNerd Evans
|
a06d010504
|
Added termkey_snprint_key() to render nice string outputs of key events
|
2008-08-21 20:20:07 +01:00 |
Paul LeoNerd Evans
|
95e87a86d5
|
Reworked events to be type/code/mod rather than flags/code/mod; make F[n] keys their own (parametric) type, rather than using keysyms for them
|
2008-08-21 20:05:17 +01:00 |
Paul LeoNerd Evans
|
eb2fed629d
|
Cope correctly with XTerm's modified Unicode reporting of Ctrl-C for termination
|
2008-02-23 23:17:31 +00:00 |
Paul LeoNerd Evans
|
9dfd4f1116
|
Renamed describe_sym to get_keyname
|
2008-02-23 20:28:18 +00:00 |
Paul LeoNerd Evans
|
46e53d124d
|
Moved termios magic out of demo.c into termkey.c where it belongs
|
2008-02-23 20:26:04 +00:00 |
Paul LeoNerd Evans
|
8f8e96f015
|
Implemented termkey_free()
|
2008-02-23 20:07:48 +00:00 |
Paul LeoNerd Evans
|
dda9be9110
|
More termios settings on startup, to ensure reporting of signal, flow control, and NL/CR keys
|
2008-02-23 19:43:05 +00:00 |
Paul LeoNerd Evans
|
46ef83fdf4
|
Nicer names for modifiers on printed output
|
2008-02-23 19:37:27 +00:00 |
Paul LeoNerd Evans
|
63ed80a897
|
Reworking of CSI/SS3/CSIfunc recognition; use registered numbers + names for keys, rather than hardcoded
|
2008-02-07 02:21:14 +00:00 |
Paul LeoNerd Evans
|
6294cca6f9
|
Denote general status with return codes, not special key symbols
|
2008-02-07 01:17:59 +00:00 |
Paul LeoNerd Evans
|
a503403226
|
Initial attempt
|
2008-02-07 00:58:41 +00:00 |