Version: 2.5.3 (using KDE 3.5.3, Gentoo) Compiler: gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) OS: Linux (i686) release 2.6.12-gentoo-r4 when I open a console this happens: chris@monkey ~ $ ^Lcd '/home/chris/code/THEc++book' bash: cd: command not found using set -o emacs in console fixes this but, I think this is a bug :-(
This is because the Konsole part emits "^L" in new sessions. "^L" clears the terminal in most situations, but obviously not with bash in vi mode. My question is, however, why even bother with the "^L", isn't the terminal already cleared?
Created attachment 16840 [details] Patch to remove the emission of "^L" in new konsole sessions
*** This bug has been marked as a duplicate of 127540 ***