[Konsole-devel] [Bug 87274] Cycling trough konsole tabs with keyboard (shift arrow) causes terminal size to be printed on screen every time.

Kurt V.Hindenburg public at kurt.hindenburg.name
Wed Aug 18 18:26:31 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 public kurt hindenburg name  2004-08-18 20:26 -------
On the surface, it appears that setFont is the cause of this in void Konsole::activateSession(TESession *s)

konsole: Konsole::activateSession before setFont
konsole: TEWidget::setVTfont()
konsole: TEWidget::fontChange()
konsole: TEWidget::propagateSize()
konsole: TEWidget::updateImageSize()
konsole: TESession::onContentSizeChange 531 804
konsole: TEmulation::onImageSizeChange()
konsole: Konsole::activateSession after setFont
konsole: Konsole::activateSession before setFont
konsole: TEWidget::setVTfont()
konsole: TEWidget::fontChange()
konsole: TEWidget::propagateSize()
konsole: TEWidget::updateImageSize()
konsole: TESession::onContentSizeChange 531 804
konsole: TEmulation::onImageSizeChange()
konsole: Konsole::activateSession after setFont

void TEWidget::setImage is where the resizing/info window popups from.

I'll look at this later.



More information about the konsole-devel mailing list