Commit Graph

7 Commits

Author SHA1 Message Date
Marcus Meissner 317af320cf Optimized include/*.h: (recursively) include all headers needed by
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.
1999-02-17 13:51:06 +00:00
Joseph Pranevich 11076b1b89 Added configuration options XtermProgram and XtermResolution.
Fixed a warning.
1999-02-14 11:17:22 +00:00
Zygo Blaxell edc858c2ca wine_openpty is not properly declared (either missing or mismatched
declarations) in both places where it is used.
1999-02-09 14:14:16 +00:00
Alexandre Julliard 8da12c43a9 Group commit for recovery after disk crash.
See Changelog for changes WRT release 990110.
1999-01-17 16:55:11 +00:00
Joseph Pranevich bef93c04fe Xterm driver can now resize the terminal when a mode change is
detected.
1999-01-03 16:15:39 +00:00
Joseph Pranevich 251b8ee6b0 Made more cross-platform by changing ->_fileno to fileno(). 1998-12-14 14:38:10 +00:00
Joseph Pranevich 55768384ff Add a driver to open up a new xterm window whenever console output is
needed. Derived from console/win32.c but we are not yet ready to merge
the code completely.
1998-12-09 15:43:03 +00:00