[Konsole-devel] [Bug 56732] problems with echo -n
Thiago Macieira
thiagom at mail.com
Wed Apr 2 00:05:34 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=56732
thiagom at mail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From thiagom at mail.com 2003-04-02 02:05 -------
This is not a bug. If you want to bring this to someone's attention, you should
contact the responsible people for the shell program you're using (/bin/sh, GNU
Bash, tcsh, ksh, zsh, whatever). This is also not a problem with echo itself, which is
one of the simplest commands in existance.
That happens because the shells usually have no control over the exact position of
the cursor on the screen -- all they know is how much data you have typed and it's
showing. Since the cursor was not where it was supposed to be (i.e., start of a line),
the whole thing gets dislocated.
If this bothers you horribly, you can hit Ctrl+L to have your shell redraw the screen.
Note it'll probably erase it.
More information about the konsole-devel
mailing list