sshproxy-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sshproxy-dev] Changes to sshproxy/SSHproxy/client/ssh.py


From: David Guerizec
Subject: [sshproxy-dev] Changes to sshproxy/SSHproxy/client/ssh.py
Date: Thu, 22 Sep 2005 04:57:56 -0400

Index: sshproxy/SSHproxy/client/ssh.py
diff -u sshproxy/SSHproxy/client/ssh.py:1.3 sshproxy/SSHproxy/client/ssh.py:1.4
--- sshproxy/SSHproxy/client/ssh.py:1.3 Tue Aug  2 13:25:45 2005
+++ sshproxy/SSHproxy/client/ssh.py     Thu Sep 22 08:57:55 2005
@@ -168,6 +168,8 @@
                         break
                     if ord(x[0]) == 11: # CTRL-K
                         CK += 1
+                        # increment the following number if only one Ctrl-K
+                        # interferes with another application
                         if CK >= 1:
                             self.reset_term()
                             self.fdout.write("\n")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]