Summary: | console doesn't work with vi mode shell | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Christopher Leaver <echogooh> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to remove the emission of "^L" in new konsole sessions |
Description
Christopher Leaver
2006-07-01 10:50:35 UTC
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
|