Commit Graph

17 Commits

Author SHA1 Message Date
Michael Stefaniuc fe70e0e58f kernel32: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 10:15:59 +02:00
Alex Henrie 1eef1299f5 kernel32: Make TERM_dbkey_init const.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
2015-10-07 21:28:50 +09:00
André Hentschel 3a82d3b23a kernel32: No need for WINE_ prefixed debug output macros. 2012-01-11 17:47:23 +01:00
Andrew Nguyen f5e555660d kernel32: Suppress constness warnings for tigetstr parameter. 2011-05-18 16:54:26 +02:00
Alexandre Julliard b0cebda36b kernel32: Don't try to initialize curses if the TERM variable is not set. 2011-02-16 23:30:32 +01:00
Eric Pouech 1f0e9499e5 kernel32: Use binary search for key lookup in terminfo generated data. 2011-01-31 13:01:12 +01:00
Eric Pouech 6d75a47b6d kernel32: Added shift & ctrl modifiers for function keys. 2011-01-31 13:01:11 +01:00
Eric Pouech be69efa51d kernel32: Added support for extended capacities in terminfo for xterm-like terminals. 2011-01-31 13:01:11 +01:00
Eric Pouech 00767952e7 kernel32: Store key len in dbkey_pair structure for efficiency reasons. 2011-01-31 13:01:11 +01:00
Eric Pouech aee674c9b8 kernel32: Properly manage UTF-8 (and any wcs) input strings. 2011-01-25 14:46:59 +01:00
Eric Pouech ff057db675 kernel32: No longer init the terminfo database nor application key mode when 0 or 1 are not bound to a tty. 2011-01-25 14:46:17 +01:00
Kusanagi Kouichi 8e1755aa49 kernel32: Include term.h conditionally. 2011-01-24 12:35:02 +01:00
Eric Pouech 33389354a5 kernel32: Added missing include to term.c. 2011-01-24 12:35:02 +01:00
Eric Pouech f3fe497b4f kernel32: Fix prototype when no curses dev package is present. 2011-01-20 12:20:39 +01:00
Eric Pouech a392e9a102 kernel32: Correctly parse the input strings for advanced keys. 2011-01-19 12:55:06 +01:00
Eric Pouech 46cd299458 kernel32: Move the input character to INPUT_RECORD translation functions to term.c. 2011-01-19 12:54:49 +01:00
Eric Pouech ef3c46a9bf kernel32: Added support for terminfo/termcap in console code. 2011-01-19 12:54:08 +01:00