[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/konsole/konsole
From:       Kurt Hindenburg <kurt.hindenburg () kdemail ! net>
Date:       2006-04-30 23:18:30
Message-ID: 1146439110.912969.16327.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 536012 by hindenburg:

Revert some fixes that causes Konsole to lockup.

CCMAIL: coolo@kde.org


 M  +5 -0      keytrans.cpp  


--- trunk/KDE/kdebase/apps/konsole/konsole/keytrans.cpp #536011:536012
@@ -211,12 +211,17 @@
 {
   if (cc == '\n') { linno += 1; colno = 0; }
   if (cc < 0) return;
+  cc = buf->getch();
+  colno += 1;
+// kvh - The below causes Konsole to lockup/100% CPU; no prompt is displayed.
+/*
   char dch;
   if ( buf->getChar(&dch) )
   {
       cc = dch;
       colno += 1;
   }
+*/
 }
 
 void KeytabReader::getSymbol()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic