[PATCH 0/4] Bare console enhancements

Eric Pouech eric.pouech at orange.fr
Sat Jan 29 13:02:01 CST 2011


The following series implements support for xterm extensions in terminfo
(mainly modifiers (shift, control, alt) on some keys (f1..f12, home/end, arrows...)

For Alexandre: obviously, I was wrong when I wrote that ctrl-left wasn't exposed
through terminfo. There's no need now for the registry hacking.
A+

---

Eric Pouech (4):
      [Kernel32]: now storing key len in dbkey_pair structure for efficiency reasons
      [Kernel32]: added support for extended capacities in terminfo for xterm-like terminals
      [Kernel32]: added shift & ctrl modifiers for function keys
      [Kernel32]: now using binary search for key lookup in terminfo generated data


 dlls/kernel32/term.c |  209 ++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 152 insertions(+), 57 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list