|
From: | Michel Van den Bergh |
Subject: | [XBoard-devel] ^C at password prompt |
Date: | Thu, 23 Jun 2011 18:08:56 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 |
Hi,The following trivial patch restores console echo when doing ^C at the password
prompt diff --git a/xboard.c b/xboard.c index dae38f2..c7f4876 100644 --- a/xboard.c +++ b/xboard.c @@ -2713,6 +2713,7 @@ RETSIGTYPE IntSigHandler(sig) int sig; { + EchoOn(); ExitEvent(sig); } Michel
[Prev in Thread] | Current Thread | [Next in Thread] |