| Summary: | console doesn't work with vi mode shell | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Christopher Leaver <echogooh> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch to remove the emission of "^L" in new konsole sessions | ||
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
|
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 :-(