Set a default 50 lines in history for console apps.

This commit is contained in:
Eric Pouech 2003-02-24 20:40:20 +00:00 committed by Alexandre Julliard
parent a20622d7de
commit 50edbc94e1
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ void WINECON_RegLoad(const WCHAR* appname, struct config_data* cfg)
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;