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
/
t
/
02getkey.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the tests work again
Přemysl Janouch
2014-09-28
1
-42
/
+59
*
Move to iconv
Přemysl Janouch
2014-09-28
1
-4
/
+4
*
Unit tests should use .code.codepoint/.sym instead of not .code.number when a...
Paul LeoNerd Evans
2014-03-05
1
-7
/
+7
*
Always load the CSI driver because it contains cross-terminal mouse and CSI u...
Paul LeoNerd Evans
2012-04-24
1
-1
/
+9
*
Use termkey_new_abstract() in unit tests
Paul LeoNerd Evans
2012-01-26
1
-5
/
+1
*
\e string escape is not portable; use \033
Paul LeoNerd Evans
2012-01-18
1
-2
/
+2
*
Allow passing fd = -1 to constructor to make an instance not associated with ...
Paul LeoNerd Evans
2012-01-18
1
-1
/
+1
*
Added termkey_push_bytes(), a new API for providing input bytes
Paul LeoNerd Evans
2012-01-18
1
-21
/
+8
*
Provide new API function to determine how much buffer space remains in the in...
Paul LeoNerd Evans
2012-01-18
1
-1
/
+25
*
#include termkey.h from the correct path in unit tests
Paul LeoNerd Evans
2011-03-31
1
-1
/
+1
*
Added some unit testing for termkey_getkey(3) and friends
Paul LeoNerd Evans
2011-03-31
1
-0
/
+60