https://bugs.kde.org/show_bug.cgi?id=280896 --- Comment #40 from Christoph Feck 2012-01-31 23:44:54 --- This is what I use: diff --git a/src/TerminalDisplay.cpp b/src/TerminalDisplay.cpp index da2fb38..351afc4 100644 --- a/src/TerminalDisplay.cpp +++ b/src/TerminalDisplay.cpp @@ -304,7 +304,7 @@ TerminalDisplay::TerminalDisplay(QWidget* parent) , _resizeTimer(0) , _flowControlWarningEnabled(false) , _outputSuspendedLabel(0) - , _lineSpacing(0) + , _lineSpacing(1) , _colorsInverted(false) , _blendColor(qRgba(0, 0, 0, 0xff)) , _filterChain(new TerminalImageFilterChain()) -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.