Remove useless font style/family settings defaults

No need for PREF_HALF_FONT_FAMILY/_STYLE defaults to be defined explicitly,
these entries will be filled with corresponding params of the current system
fixed font if they are not available from the settings file.

Fixes #9531.
This commit is contained in:
Siarzhuk Zharski 2013-03-16 17:15:49 +01:00
parent c2577509f9
commit 53953e3e68

View File

@ -42,8 +42,11 @@ static const pref_defaults kTermDefaults[] = {
{ PREF_COLS, "80" },
{ PREF_ROWS, "25" },
{ PREF_HALF_FONT_FAMILY, "Courier10 BT" },
{ PREF_HALF_FONT_STYLE, "Regular" },
// No need for PREF_HALF_FONT_FAMILY/_STYLE defaults here,
// these entries will be filled with corresponding params
// of the current system fixed font if they are not
// available in the settings file
{ PREF_HALF_FONT_SIZE, "12" },
{ PREF_TEXT_FORE_COLOR, " 0, 0, 0" },