commit | 0b83d4cbc6241f53a13312b4d43b74c3f423abbc | [log] [tgz] |
---|---|---|
author | Eric Pouech <eric.pouech@wanadoo.fr> | Fri Nov 23 23:04:58 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 23 23:04:58 2001 +0000 |
tree | ae8c0ec2f60166ceef01551446cf41d121712f5f | |
parent | 6b6596a1e36a72ad4524ecdf0b2fd04eb4619104 [diff] [blame] |
New console code based on Win32 windows.
diff --git a/include/wincon.h b/include/wincon.h index 016e0d1..233acda 100644 --- a/include/wincon.h +++ b/include/wincon.h
@@ -17,6 +17,8 @@ #define ENABLE_ECHO_INPUT 0x04 #define ENABLE_WINDOW_INPUT 0x08 #define ENABLE_MOUSE_INPUT 0x10 +/* Wine only code (extension) */ +#define WINE_ENABLE_LINE_INPUT_EMACS 0x80 #define ENABLE_PROCESSED_OUTPUT 0x01 #define ENABLE_WRAP_AT_EOL_OUTPUT 0x02