[wineconsole] Ensure cursesbackend usage (2/3)

Peter Berg Larsen pebl at math.ku.dk
Tue Oct 7 23:00:41 CDT 2003


Changelog:
- Make sure curses is used with --backend=curses
-------------- next part --------------
diff -b -u wine-20030911/programs/wineconsole/wineconsole.c wine-my/programs/wineconsole/wineconsole.c
--- wine-20030911/programs/wineconsole/wineconsole.c	2003-06-23 05:37:14.000000000 +0200
+++ wine-my/programs/wineconsole/wineconsole.c	2003-09-03 03:42:42.000000000 +0200
@@ -719,6 +719,7 @@
             }
             else if (strncmp(wci->ptr + 10, "curses", 6) == 0)
             {
+	        wci->backend = WCCURSES_InitBackend;
                 wci->ptr += 16;
             }
             else


More information about the wine-patches mailing list