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
/
driver-ti.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Only print about unrecognised terminfo variable names when debugging
Paul LeoNerd Evans
2008-11-18
1
-1
/
+4
|
*
Compress trie nodes down to extent maps after loading, to save memory
Paul LeoNerd Evans
2008-11-12
1
-15
/
+59
|
*
Use a trie instead of a linear list of sequence strings in the terminfo ↵
Paul LeoNerd Evans
2008-11-12
1
-48
/
+151
|
|
|
|
driver - nicer lookup properties
*
Handle malloc() failures during setup of driver-ti
Paul LeoNerd Evans
2008-11-12
1
-4
/
+11
|
*
Implemented free_driver() in terminfo driver
Paul LeoNerd Evans
2008-11-09
1
-0
/
+5
|
*
Driver getkey() can return TERMKEY_RES_NONE which attempts getkey_simple() ↵
Paul LeoNerd Evans
2008-11-09
1
-2
/
+1
|
|
|
|
afterwards
*
Drivers have names
Paul LeoNerd Evans
2008-11-08
1
-0
/
+2
|
*
Pass driver_info as explicit void* parameter into driver methods
Paul LeoNerd Evans
2008-11-08
1
-5
/
+5
|
*
Recognise 'key_mouse' as an ignored terminfo key
Paul LeoNerd Evans
2008-11-02
1
-1
/
+3
|
*
Terminfo driver needs to put terminal into 'keypad_xmit' mode when starting
Paul LeoNerd Evans
2008-11-02
1
-0
/
+23
|
*
Pass the 'force' value through to getkey_simple()
Paul LeoNerd Evans
2008-11-02
1
-1
/
+1
|
*
Added many more key symbols and names + translations from terminfo
Paul LeoNerd Evans
2008-10-10
1
-0
/
+24
|
*
Binary search terminfo funcname => termkey sym conversion, rather than linear
Paul LeoNerd Evans
2008-10-10
1
-3
/
+18
|
*
Added some TODO notes about handling realloc() failures
Paul LeoNerd Evans
2008-10-09
1
-1
/
+1
|
*
Better free() tracking in constructor failure cases
Paul LeoNerd Evans
2008-10-09
1
-0
/
+9
|
*
Pass 'term' string into new_driver virtual method; have drivers sensitive to ↵
Paul LeoNerd Evans
2008-10-09
1
-2
/
+5
|
|
|
|
it and return NULL if they can't handle. Try CSI driver first; only for xterm-alikes
*
Added initial attempt at a terminfo-driven driver
Paul LeoNerd Evans
2008-10-08
1
-0
/
+189