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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partial implementation of termkey_strpkey(3); missing FORMAT_WRAPBRACKET and ...
Paul LeoNerd Evans
2011-04-01
1
-0
/
+90
*
Extract UTF-8 sequence parser into its own function, fix bugs, apply unit tests
Paul LeoNerd Evans
2011-03-31
1
-1
/
+92
*
Added unit tests for UTF-8 parser
Paul LeoNerd Evans
2011-03-31
1
-0
/
+78
*
Added some unit tests for termkey_strfkey(3)
Paul LeoNerd Evans
2011-03-31
1
-0
/
+85
*
#include termkey.h from the correct path in unit tests
Paul LeoNerd Evans
2011-03-31
3
-3
/
+3
*
Added some unit tests for keyname <=> sym constant conversions
Paul LeoNerd Evans
2011-03-31
1
-0
/
+24
*
taplib's is_str() should take const char *
Paul LeoNerd Evans
2011-03-31
2
-2
/
+2
*
Added some unit testing for termkey_getkey(3) and friends
Paul LeoNerd Evans
2011-03-31
1
-0
/
+60
*
is()-like testing for ints and strings
Paul LeoNerd Evans
2011-03-31
2
-0
/
+36
*
Remember to exit with exit_status() from unit testing
Paul LeoNerd Evans
2011-03-31
1
-1
/
+1
*
Created a little Test::More-like library for TAP testing
Paul LeoNerd Evans
2011-03-31
3
-4
/
+30
*
Created a unit-testing system using perl's prove
Paul LeoNerd Evans
2011-03-31
1
-0
/
+20