Jason Edmeades
|
e6bdef2a41
|
Correct behaviour of DEL key back to deleting the current character.
|
2002-05-01 18:04:36 +00:00 |
Jason Edmeades
|
b7b75a86ec
|
- Added f8 (history retrieval from partial command) support
- Delete key deletes current character
- Ctrl + end deletes to end of line
- Ctrl + right stopped before the word itself
|
2002-04-30 21:17:34 +00:00 |
Alexandre Julliard
|
5769d1de00
|
Better support for configure detection of missing types, added check
for ssize_t.
Removed a couple of no longer used portability functions.
Various portability fixes in port.h.
|
2002-04-26 19:05:15 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Dmitry Timoshkov
|
dac9dfc95d
|
Make Home, End and Enter on the keypad work in the debugger.
|
2002-02-12 18:45:46 +00:00 |
Eric Pouech
|
824a7f120a
|
Fix some bad behavior when some lock states (capslock, numlock...)
were turned on.
|
2002-01-10 18:20:51 +00:00 |
Eric Pouech
|
c19bb1ab3f
|
Fixed buffer length in history manipulation.
Writing new chars must be done with default attribute (not cell
current attribute).
|
2001-12-21 20:29:10 +00:00 |
Eric Pouech
|
0b83d4cbc6
|
New console code based on Win32 windows.
|
2001-11-23 23:04:58 +00:00 |