[Konsole-devel] [Bug 96605] History 'Number of Lines' - 1 is viewable

Kurt V.Hindenburg kurt.hindenburg at kdemail.net
Fri Jan 14 15:44:51 UTC 2005


------- 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=96605         




------- Additional Comments From kurt.hindenburg kdemail net  2005-01-14 16:44 -------
CVS commit by hindenburg: 

Revert my earlier patch.

CCMAIL: 96605 bugs kde org


  M +2 -1      TEHistory.cpp   1.29


--- kdebase/konsole/konsole/TEHistory.cpp  #1.28:1.29
 @ -231,5 +231,6  @ void HistoryScrollBuffer::addCells(ca a[
     }
 
-  if (m_nbLines < m_maxNbLines) ++m_nbLines;
+  // FIXME: See BR96605
+  if (m_nbLines < m_maxNbLines - 1) ++m_nbLines;
 
   // m_histBuffer.remove(m_arrayIndex); // not necessary



More information about the konsole-devel mailing list