Bug 130094 - console doesn't work with vi mode shell
Summary: console doesn't work with vi mode shell
Status: RESOLVED DUPLICATE of bug 127540
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-01 10:50 UTC by Christopher Leaver
Modified: 2006-07-01 17:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to remove the emission of "^L" in new konsole sessions (591 bytes, patch)
2006-07-01 16:18 UTC, Andreas Kling
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Leaver 2006-07-01 10:50:35 UTC
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 :-(
Comment 1 Andreas Kling 2006-07-01 16:17:25 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?
Comment 2 Andreas Kling 2006-07-01 16:18:33 UTC
Created attachment 16840 [details]
Patch to remove the emission of "^L" in new konsole sessions
Comment 3 Andreas Kling 2006-07-01 17:41:14 UTC

*** This bug has been marked as a duplicate of 127540 ***