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
*
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