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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added many more key symbols and names + translations from terminfo
Paul LeoNerd Evans
2008-10-10
1
-3
/
+25
*
'int' might not be wide enough to hold any Unicode codepoint; use 'long'
Paul LeoNerd Evans
2008-10-10
1
-1
/
+1
*
Moved CSI key registration code to be private to CSI driver
Paul LeoNerd Evans
2008-10-06
1
-11
/
+0
*
Define 'TERMKEY_FORMAT_VIM' as a shortcut to make it format keys like Vim does
Paul LeoNerd Evans
2008-10-06
1
-0
/
+4
*
Added TERMKEY_FORMAT_WRAPBRACKET
Paul LeoNerd Evans
2008-10-06
1
-0
/
+1
*
Added two more formatting options; CARETCTRL and ALTISMETA
Paul LeoNerd Evans
2008-10-06
1
-1
/
+3
*
snprint_key() now takes a bitmask format, not a single boolean
Paul LeoNerd Evans
2008-10-06
1
-1
/
+5
*
Added termkey_snprint_key() to render nice string outputs of key events
Paul LeoNerd Evans
2008-08-21
1
-0
/
+2
*
Reworked events to be type/code/mod rather than flags/code/mod; make F[n] key...
Paul LeoNerd Evans
2008-08-21
1
-39
/
+24
*
Renamed .h file's include guard to avoid a C reserved identifier space
Paul LeoNerd Evans
2008-03-20
1
-2
/
+2
*
Renamed describe_sym to get_keyname
Paul LeoNerd Evans
2008-02-23
1
-2
/
+1
*
Moved termios magic out of demo.c into termkey.c where it belongs
Paul LeoNerd Evans
2008-02-23
1
-0
/
+2
*
Rearranged Home/End keys to better suit rxvt's naming, note 1/4 are now Find/...
Paul LeoNerd Evans
2008-02-23
1
-2
/
+4
*
Recognise full CSIfuncs list of F1 to F20 keys
Paul LeoNerd Evans
2008-02-10
1
-0
/
+8
*
Implement waittime polling to try to distinguish Esc, 1 from A-1, etc.. on sl...
Paul LeoNerd Evans
2008-02-10
1
-0
/
+4
*
Have 'termkey_advisereadable' return a value indicating if it's likely useful...
Paul LeoNerd Evans
2008-02-10
1
-1
/
+2
*
Allow registered keyinfo for C0/CSI/SS3/CSIfunc to override modifier bits; us...
Paul LeoNerd Evans
2008-02-10
1
-0
/
+4
*
Allow C0 codes to be registered names like the CSI/SS3s
Paul LeoNerd Evans
2008-02-10
1
-0
/
+1
*
Define an 'int' typedef called termkey_keysym to use as keysym values
Paul LeoNerd Evans
2008-02-10
1
-6
/
+8
*
Handle (normal cases) of UTF-8 - still doesn't handle C1/UTF-8 range yet
Paul LeoNerd Evans
2008-02-09
1
-2
/
+4
*
Reworking of CSI/SS3/CSIfunc recognition; use registered numbers + names for ...
Paul LeoNerd Evans
2008-02-07
1
-1
/
+8
*
Denote general status with return codes, not special key symbols
Paul LeoNerd Evans
2008-02-07
1
-6
/
+11
*
Initial attempt
Paul LeoNerd Evans
2008-02-07
1
-0
/
+113