From: H.G. Muller Date: Mon, 16 Apr 2012 10:11:09 +0000 (+0200) Subject: Fix clearing of ICS input box after send X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=018dbe0e1105ca38e788c17c5c99cbf456f52392;p=xboard.git Fix clearing of ICS input box after send --- diff --git a/dialogs.c b/dialogs.c index 525ce71..5bed07a 100644 --- a/dialogs.c +++ b/dialogs.c @@ -1078,7 +1078,7 @@ ICSInputSendText () GetWidgetText(&boxOptions[0], &val); SaveInHistory(val); SendMultiLineToICS(val); - SetWidgetText(&boxOptions[0], val, InputBoxDlg); + SetWidgetText(&boxOptions[0], "", InputBoxDlg); } void