Allow ICS context menu to pop up a Chat Box on clicking handle
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 10 Feb 2010 13:42:49 +0000 (14:42 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 21 Feb 2010 00:35:01 +0000 (16:35 -0800)
commit31d464fc0f1de8577fd198a180ba26f8cd884ac2
tree6ec297e08199294919fcf3eba15032ad620c818c
parentc81dfbe8facdec8a6d9645ef0c999b40e241d40d
Allow ICS context menu to pop up a Chat Box on clicking handle

A command "chat" defined in the WinBoard icsMenu string will cause
ChatPopUp() to be called when it is clicked, with the clicked handle
(name) in the ChatPartner field, and focus on the input field.
ChatPopUp() had to get a parameter (the handle) to make this possible.
If that parameter is NULL (as when it is called from the Mode menu),
focus will still start on the (empty) ChatPartner field of the box.
winboard/wchat.c
winboard/winboard.c