[wineconsole] Ensure cursesbackend usage (2/3)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Changelog:
- Make sure curses is used with --backend=curses
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

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux