Fix echoing of ICS commands in ICS/Chat window
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 1 Jun 2019 13:58:01 +0000 (15:58 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 1 Jun 2019 14:02:24 +0000 (16:02 +0200)
commitfc01bc54eb7362ce10e6535d7937973f9d069785
tree80e4ac78ff02e8161c2f4b2955a10f82d554fd99
parent566e35a81e83cc2aa4be3174cbff3291909dcb2e
Fix echoing of ICS commands in ICS/Chat window

The ICS output pane did not show the commands submitted to the ICS
by typing in the input field. Now it does, but to prevent the password
from being shown this is made dependent on the value of 'remoteEchoOption'.
Which, to this end, had to be made an external variable shared through
backend.h.
backend.c
backend.h
dialogs.c