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
/
12strpkey.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added TERMKEY_FORMAT_SPACEMOD
Paul LeoNerd Evans
2013-08-26
1
-1
/
+9
*
Make some more things 'const' that should be
Paul LeoNerd Evans
2013-07-15
1
-1
/
+1
*
Use termkey_new_abstract() in unit tests
Paul LeoNerd Evans
2012-01-26
1
-1
/
+1
*
Allow passing fd = -1 to constructor to make an instance not associated with ...
Paul LeoNerd Evans
2012-01-18
1
-1
/
+1
*
Bugfix termkey_strpkey parsing unicode with trailing content
Paul LeoNerd Evans
2011-04-07
1
-1
/
+9
*
Assert that termkey_strpkey's return points to endofstring after parse
Paul LeoNerd Evans
2011-04-07
1
-11
/
+22
*
Adjust termkey_strpkey() API more like strptime(); return pointer to end of r...
Paul LeoNerd Evans
2011-04-01
1
-30
/
+19
*
Ensure strpkey can parse numbered function keys
Paul LeoNerd Evans
2011-04-01
1
-1
/
+8
*
Unicode codepoint is stored in key->code.codepoint, not code.number
Paul LeoNerd Evans
2011-04-01
1
-10
/
+10
*
Partial implementation of termkey_strpkey(3); missing FORMAT_WRAPBRACKET and ...
Paul LeoNerd Evans
2011-04-01
1
-0
/
+90