commit | 55768384ff79cb951abf0161a985a336adeb3de2 | [log] [tgz] |
---|---|---|
author | Joseph Pranevich <jpranevich@lycos.com> | Wed Dec 09 15:43:03 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Dec 09 15:43:03 1998 +0000 |
tree | 588fb7c1490a225264ecce06755e638893aca509 | |
parent | b13f23e4fca329f3975bac68976bc2bfd231dd66 [diff] [blame] |
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.
diff --git a/console/generic.c b/console/generic.c index ff2ea5e..3a08834 100644 --- a/console/generic.c +++ b/console/generic.c
@@ -10,6 +10,7 @@ driver, it should make sure to perserve the old values. */ #include <stdio.h> + #include "console.h" #include "config.h" #include "debug.h"