[Konsole-devel] [Bug 55343] Feature Request: an option to preserve the scrollback buffer after a screen clear
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Sat Jan 29 19:27:06 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=55343
------- Additional Comments From kurt.hindenburg kdemail net 2005-01-29 20:27 -------
Seems my CCBUG didn't work.
CVS commit by hindenburg:
Really fix BUG 55343. CCBUG: 55343
M +2 -0 TEScreen.cpp 1.86
--- kdebase/konsole/konsole/TEScreen.cpp #1.85:1.86
@ -1019,5 +1019,7 @ void TEScreen::clearEntireScreen()
// Add entire screen to history
for (int i = 0; i < (lines-1); i++)
+ {
addHistLine(); scrollUp(0,1);
+ }
clearImage(loc(0,0),loc(columns-1,lines-1),' ');
More information about the konsole-devel
mailing list