Prevent FICS bell character fro printing in ICS Console XB
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 22 Mar 2016 21:37:24 +0000 (22:37 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 29 Mar 2016 14:51:34 +0000 (16:51 +0200)
commit78b46cdffd8cd0896c6d3a8815d6b651217be910
tree17c83872e0fcaa7d23009b47c893711405bbb22c
parent5fc6127768aaf96f59be69359e229dacbd2f44f7
Prevent FICS bell character fro printing in ICS Console XB

FICS sends bell characters (ascii 7) at the start of many messages.
We now strip a leading bell off the message before appending it to
the text memo of the ICS Console, and ignore the message altogether
if it was just bell + linefeed (to prevent each move of an observed
game adding an empty line).
dialogs.c