Bug 138411 - cursor postioning error after output without trailing newline
Summary: cursor postioning error after output without trailing newline
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.6
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-05 21:58 UTC by Elmar Stellnberger (AT/K)
Modified: 2007-05-05 19:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.).