André Hentschel
|
fc38254fed
|
kernel32: Remove a useless error message.
|
2011-02-16 14:26:26 +01:00 |
Eric Pouech
|
08f13cbd39
|
kernel32: Added support for ctrl-home (aka clear from beginning of line) in line edition in win32 mode.
|
2011-01-31 12:31:35 +01:00 |
Eric Pouech
|
5f2370b0aa
|
kernel32: In edit line, fix the insert key management.
|
2011-01-25 14:46:00 +01:00 |
Eric Pouech
|
2a219b948c
|
kernel32: Added support for insert/overwrite modes while editing a line.
|
2011-01-19 12:57:46 +01:00 |
Andrew Nguyen
|
ee84a9df12
|
kernel32: Pass an output parameter when calling WriteConsoleOutputCharacterW and FillConsoleOutputAttribute.
|
2011-01-11 16:05:48 +01:00 |
Eric Pouech
|
8aa3ec414d
|
kernel32: In readline, now print control characters with ^ escape.
|
2010-12-13 16:23:44 +01:00 |
Eric Pouech
|
8b4c2ce9c5
|
kernel32: Proper support for echo-input (enable/disable) when getting console input.
|
2010-12-13 16:23:28 +01:00 |
Eric Pouech
|
9c577630d1
|
kernel32: Control characters should be returned while reading a line from console.
|
2010-11-29 11:35:28 +01:00 |
Eric Pouech
|
efecd9c337
|
kernel32: Modify editline logic so that it also work with bare consoles.
|
2010-09-01 14:01:03 +02:00 |
Eric Pouech
|
883d32dd70
|
kernel32: Completely get rid of ENHANCED_KEY entry in the keymap.
This fixes the ctrl-arrow support which has been broken by 67be353040 .
|
2009-04-29 15:50:25 +02:00 |
Eric Pouech
|
88bdc0c110
|
kernel32: In editline's keys table, use constants instead of numeric constants.
|
2009-04-28 11:58:41 +02:00 |
Dmitry Timoshkov
|
67be353040
|
kernel32: Don't ignore extended keys.
|
2008-10-28 12:13:46 +01:00 |
Michael Stefaniuc
|
8c38b88068
|
kernel32: Win64 printf format warning fixes.
|
2006-10-13 12:08:25 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |