summaryrefslogtreecommitdiff
path: root/src/terminal/internal
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2014-04-07 11:28:44 +0800
committerIru Cai <mytbk920423@gmail.com>2014-04-07 11:28:44 +0800
commit7bf1d87cfb318a227528756eb8f89b8335665528 (patch)
tree05e71077b41f9cfadfadc41a8eedea3d6a32a2ee /src/terminal/internal
parent25d9fbd714cdc82699c6c04666eed89c8312749a (diff)
downloadfqterm-7bf1d87cfb318a227528756eb8f89b8335665528.tar.xz
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
Diffstat (limited to 'src/terminal/internal')
-rw-r--r--src/terminal/internal/fqterm_telnet.cpp2
1 files changed, 2 insertions, 0 deletions
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);
+ */
}
}