Replace coord font control for ICS font control
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 1 Apr 2016 07:50:46 +0000 (09:50 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 1 Apr 2016 08:05:12 +0000 (10:05 +0200)
commit406c6ab4dfbef3ace867dbe2ffd54072e4e48113
treefa6c54723577f0fc7334d2560fc676fd1b3d8361
parentd57379116670e685638d980aa8432b3371f70f0a
Replace coord font control for ICS font control

In the Fonts the control to set the coord font is removed, as the Cairo
version currently ignores the -coordFont setting. Instead a control to
set the font in the ICS Console is added. As the fonts there are controlled
by tags, and would ignoe the global font setting of the widget, the font
tag is redefined through a kludgy call of AppendColorized with a NULL
string as text. This is now interpreted as a signalfor recreating the font
tag based on the current icsFont, which will then only be applied to
future messages.
dialogs.c
gtk/xoptions.c