Summary: | problems with echo -n | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Konrad Scorciapino <fallenbr> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Konrad Scorciapino
2003-04-02 01:32:27 UTC
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. |