[Konsole-devel] [Bug 87274] Cycling trough konsole tabs with keyboard (shift arrow) causes terminal size to be printed on screen every time.
Stephan Binner
binner at kde.org
Mon Sep 13 21:51:43 UTC 2004
------- 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=87274
------- Additional Comments From binner kde org 2004-09-13 23:51 -------
What about this?
--- TEWidget.cpp 1 Jun 2004 12:31:20 -0000 1.216
+++ TEWidget.cpp 13 Sep 2004 21:51:22 -0000
@ -1011,7 +1011,7 @ void TEWidget::updateImageSize()
//NOTE: control flows from the back through the chest right into the eye.
// `emu' will call back via `setImage'.
- resizing = true;
+ resizing = (oldlin!=lines) || (oldcol!=columns);
emit changedContentSizeSignal(contentHeight, contentWidth); // expose resizeEvent
resizing = false;
}
More information about the konsole-devel
mailing list