Fixed some warnings. removed some unneccessary includes, removed one
[wine] / console /
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Michael VekslerAdded configure check for getbkgd and define HAVE_GETBKGD.
1999-02-24  Joseph PranevichAdded GetBackgroundColor call to the console struct...
1999-02-20  Joseph PranevichMore commenting, better debugging of color problems...
1999-02-20  Joseph PranevichSupport for the new InitialRows andf InitialColumns...
1999-02-20  Joseph PranevichRemoval of obsolete XtermResolution option.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Joseph PranevichAdded configuration options XtermProgram and XtermResol...
1999-02-14  Joseph PranevichMoved initialization until later. Also moved around...
1999-02-09  Zygo Blaxellwine_openpty is not properly declared (either missing...
1999-01-31  Ove KaavenSmall fix.
1999-01-30  Joseph PranevichPreliminary color console support.
1999-01-28  Marcus MeissnerSwitch ncurses.h/curses.h include (works better for...
1999-01-20  Marcus Meissnerautoconf: added checks for libio.h, elf.h, curses.h...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Joseph PranevichXterm driver can now resize the terminal when a mode...
1999-01-03  Joseph PranevichLong standing scroll bug fixed!
1999-01-03  Joseph PranevichRewrite of configuration system to support "regular...
1998-12-25  Joseph PranevichAdd support for selection of console mode drivers to...
1998-12-14  Joseph PranevichMade more cross-platform by changing ->_fileno to fileno().
1998-12-09  Joseph PranevichAdd a driver to open up a new xterm window whenever...
1998-12-02  Joseph PranevichAdded console support.