[Konsole-devel] [Bug 127540] extra character (^L) in konsolepart when using bash vi mode
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Tue Jul 4 12:35:15 UTC 2006
------- 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=127540
kurt.hindenburg kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From kurt.hindenburg kdemail net 2006-07-04 14:35 -------
SVN commit 557931 by hindenburg:
Fix extra character (^L) in konsolepart when using bash vi mode. This has been in since at least KDE 3.3.0, which is the earliest I have.
BUG: 127540
M +1 -2 konsole_part.cpp
--- branches/KDE/3.5/kdebase/konsole/konsole/konsole_part.cpp #557930:557931
@ -1049,7 +1049,7 @
void konsolePart::startProgram( const QString& program,
const QStrList& args )
{
- kdDebug(1211) << "konsolePart::startProgram for " << program << endl;
+// kdDebug(1211) << "konsolePart::startProgram for " << program << endl;
if ( !se )
newSession();
se->setProgram( program, args );
@ -1090,7 +1090,6 @
connect( se, SIGNAL( destroyed() ), this, SLOT( sessionDestroyed() ) );
// setFont( n_font ); // we do this here, to make TEWidget recalculate
// its geometry..
- te->emitText( QString::fromLatin1( "\014" ) );
}
void konsolePart::showShellInDir( const QString& dir )
More information about the konsole-devel
mailing list