[Konsole-devel] [Bug 65067] Alt cursur/home/end sends 2x ESC + patch fixing this

Helge Deller deller at kde.org
Mon Nov 3 08:27:59 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=65067     




------- Additional Comments From deller at kde.org  2003-11-03 09:27 -------
Subject: kdebase/konsole/konsole

CVS commit by deller: 

cvsrevertlast: the patch broke eg word-wise navigation in bash.
CCMAIL: 65067 at bugs.kde.org


  M +1 -2      TEmuVt102.cpp   1.107


--- kdebase/konsole/konsole/TEmuVt102.cpp  #1.106:1.107
@@ -930,6 +930,5 @@ void TEmuVt102::onKeyPress( QKeyEvent* e
 
   if (cmd==CMD_send) {
-    if ( (ev->state() & AltButton) && !metaspecified && !(len && txt[0]==27) )
-      sendString("\033");
+    if ((ev->state() & AltButton) && !metaspecified ) sendString("\033");
     emit sndBlock(txt,len);
     return;



More information about the konsole-devel mailing list