Change evalgraph scale in drop games
[xboard.git] / xboard.c
index 0f12af6..dc99bd3 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -8119,7 +8119,8 @@ DoInputCallback(closure, source, xid)
          
          /* read from stdin */
          rl_callback_read_char(); 
-         /* redisplay the current line */
+
+         /* redisplay the current line, check special case for login and password */
          if(sending_ICS_password)
            {
              int i; char buf[MSG_SIZ];