index
:
termo
master
term-string
origin/master
Terminal key input library
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
termkey.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow a flag to convert ASCII DEL into Backspace
Paul LeoNerd Evans
2011-08-28
1
-0
/
+1
*
Move canonicalisation flags into their own bitfield with their own accessor a...
Paul LeoNerd Evans
2011-08-28
1
-1
/
+8
*
Provide an explicit termkey_canonicalise() function; canonicalise Space/SP in...
Paul LeoNerd Evans
2011-08-27
1
-0
/
+2
*
Deleted legacy type name typedefs and declaration of termkey_snprint_key()
Paul LeoNerd Evans
2011-08-27
1
-12
/
+0
*
Provide a flag to return RES_ERROR even on signal (EINTR); without it, retry ...
Paul LeoNerd Evans
2011-08-25
1
-1
/
+2
*
Provide a new result value, TERMKEY_RES_ERROR to indicate an IO error - prese...
Paul LeoNerd Evans
2011-08-18
1
-1
/
+2
*
Provide termkey_keycmp() for sorting purposes
Paul LeoNerd Evans
2011-04-02
1
-0
/
+2
*
Add a couple more 'const' markings to API functions where appropriate
Paul LeoNerd Evans
2011-04-01
1
-2
/
+2
*
Adjust termkey_strpkey() API more like strptime(); return pointer to end of r...
Paul LeoNerd Evans
2011-04-01
1
-2
/
+2
*
Provide a termkey_lookup_keyname that can do partial buffer parsing
Paul LeoNerd Evans
2011-04-01
1
-2
/
+3
*
Partial implementation of termkey_strpkey(3); missing FORMAT_WRAPBRACKET and ...
Paul LeoNerd Evans
2011-04-01
1
-1
/
+2
*
Renamed snprint_key() to strfkey(); provide redirection trampoline
Paul LeoNerd Evans
2011-03-31
1
-0
/
+3
*
Minor whitespace fixes in termkey.h.in
Paul LeoNerd Evans
2011-03-31
1
-8
/
+8
*
Provide guarded extern "C" { ... } wrapper for C++ compilers
Paul LeoNerd Evans
2011-03-30
1
-0
/
+8
*
C++ compilers don't like trailing commas in enums; remove them
Paul LeoNerd Evans
2011-03-30
1
-6
/
+7
*
Don't steal Ctrl-C from the kernel by default (so leave SIGINT enabled); add ...
Paul LeoNerd Evans
2011-03-23
1
-0
/
+1
*
Interpret space as Unicode by default, add a flag to make it symbolic instead
Paul LeoNerd Evans
2011-03-23
1
-1
/
+2
*
Allow formatting the mouse position when rendering an event to a string
Paul LeoNerd Evans
2009-11-27
1
-0
/
+2
*
Return opaque mouse events in the key structure; add a function to interpret ...
Paul LeoNerd Evans
2009-11-27
1
-4
/
+12
*
Public interface for MOUSE support
Paul LeoNerd Evans
2009-11-24
1
-1
/
+6
*
Renamed all type names to CamelCaseNames for visual distinctness, separate fr...
Paul LeoNerd Evans
2009-07-15
1
-29
/
+36
*
Added termkey_keyname2sym() to API
Paul LeoNerd Evans
2008-12-02
1
-0
/
+2
*
Added termkey_get_fd() to API
Paul LeoNerd Evans
2008-12-01
1
-0
/
+2
*
Added compile-vs-runtime library version checks
Paul LeoNerd Evans
2008-11-16
1
-0
/
+5
*
Store major and minor version number in Makefile; substitute #defines in term...
Paul LeoNerd Evans
2008-11-16
1
-0
/
+165