WineConsole: history

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

 



this patch sets by default a 50 history line for all CUI apps running under wineconsole

A+
--
Eric Pouech
Name:          wc_hist
ChangeLog:     set a default 50 lines in history for console apps
License:       X11
GenDate:       2003/02/23 09:14:37 UTC
ModifiedFiles: programs/wineconsole/registry.c
AddedFiles:    
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/programs/wineconsole/registry.c,v
retrieving revision 1.11
diff -u -u -r1.11 registry.c
--- programs/wineconsole/registry.c	9 Jan 2003 06:01:51 -0000	1.11
+++ programs/wineconsole/registry.c	21 Feb 2003 19:40:03 -0000
@@ -170,7 +170,7 @@
     cfg->cell_height = 12;
     cfg->cell_width  = 8;
     cfg->font_weight = 0;
-    cfg->history_size = 0;
+    cfg->history_size = 50;
     cfg->history_nodup = 0;
     cfg->menu_mask = 0;
     cfg->quick_edit = 0;

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

  Powered by Linux