Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > a711636f74651c97122edb13f4bf5c1a > files > 11

kdebase3-3.5.10-17.fc14.src.rpm

--- kdebase-3.1.3/konsole/konsole/TEmuVt102.cpp.hdg	2003-09-26 23:51:33.000000000 +0200
+++ kdebase-3.1.3/konsole/konsole/TEmuVt102.cpp	2003-09-26 23:56:40.000000000 +0200
@@ -904,7 +904,10 @@
     scr->setHistCursor(scr->getHistLines());
 
   if (cmd==CMD_send) {
-    if ((ev->state() & AltButton) && !metaspecified ) sendString("\033");
+    if ( (ev->state() & AltButton) && 
+      !metaspecified &&
+      !(len && txt[0]==27) )
+      sendString("\033");
     emit sndBlock(txt,len);
     return;
   }