Commit 50edbc94 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Set a default 50 lines in history for console apps.

parent a20622d7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment