Bug 138411

Summary: cursor postioning error after output without trailing newline
Product: [Applications] konsole Reporter: Elmar Stellnberger (AT/K) <estellnb>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: 1.6   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Elmar Stellnberger (AT/K) 2006-12-05 21:58:38 UTC
Version:           1.6 (using KDE 3.5.1 Level "a" , SUSE 10.1)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.16.21-0.25-default

first produce an output without a trailing newline 
> echo -n "Schnabeltier"
enter some text "fff" for instance
Schnabeltierusr:~>
press [Home] or [Pos1] respectively
press [End] or [Ende] respectively
result:
usr:~>ffferusr~>fff
Comment 1 Elmar Stellnberger (AT/K) 2006-12-05 21:59:30 UTC
this might be an error of bash rather than konsole
Comment 2 Robert Knight 2006-12-05 23:00:36 UTC
I think this is to do with Bash rather than Konsole as I get the same output in xterm.  

csh and zsh also produce different results.
Comment 3 Elmar Stellnberger (AT/K) 2007-05-05 19:34:21 UTC
The cursor positioning error has gone.
Nevertheless the output will still be something like "usr:~> ltierusr:~>"
(Seems like Home is pressed automatically on every new line.).