[Chinese-commits] [fqterm] 07/76: comment the `resizing' code

Boyuan Yang hosiet-guest at moszumanska.debian.org
Thu Oct 27 03:16:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

hosiet-guest pushed a commit to branch master
in repository fqterm.

commit 7bf1d87cfb318a227528756eb8f89b8335665528
Author: Iru Cai <mytbk920423 at gmail.com>
Date:   Mon Apr 7 11:28:44 2014 +0800

    comment the `resizing' code
    
    This fixes the bug that causes the kick off before entering the
    CAPTCHA when login repeatedly in a very short time on bdwm.net
---
 src/terminal/internal/fqterm_telnet.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/terminal/internal/fqterm_telnet.cpp b/src/terminal/internal/fqterm_telnet.cpp
index 2446b8a..ba5d349 100644
--- a/src/terminal/internal/fqterm_telnet.cpp
+++ b/src/terminal/internal/fqterm_telnet.cpp
@@ -347,6 +347,7 @@ void FQTermTelnet::windowSizeChanged(int x, int y) {
     }
     naws = 0;
 
+    /*
     QByteArray cmd(10, 0);
     cmd[0] = (char)TCIAC;
     cmd[1] = (char)TCSB;
@@ -358,6 +359,7 @@ void FQTermTelnet::windowSizeChanged(int x, int y) {
     cmd[7] = (char)TCIAC;
     cmd[8] = (char)TCSE;
     socket->writeBlock(cmd);
+    */
 
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fqterm.git



More information about the Chinese-commits mailing list