You are not logged in.

#1 2004-08-05 13:52:43

hiower4
Member
Registered: 2004-07-31
Posts: 38

bad console input/output behaviour

Hi

when i write (in a console, virtual terminal) enough to fill one line the output starts writing again on the Same line, which can make it look something like this:

6.1.1.tar.bz2 niklas}$ wget http://ftp.gnome.org/pub/gnome/sources/gnome-vfs/2.6/gnome-vfs-           2.6

when it ofcourse should be:

{niklas@nadir niklas}$ wget http://ftp.gnome.org/pub/gnome/sources/gnome-vfs/2.6/gnome-vfs-2.6.1.1.tar.bz2

whether im in X or not doesn't make any difference

this makes me unhappy sad


#348498 +(4737)- [X]

<MasterG> .....................................................................
          ..................................
<judas> where's pacman when you need him?

Offline

#2 2004-08-06 15:14:41

hiower4
Member
Registered: 2004-07-31
Posts: 38

Re: bad console input/output behaviour

no one who have had a similar experience?


#348498 +(4737)- [X]

<MasterG> .....................................................................
          ..................................
<judas> where's pacman when you need him?

Offline

#3 2004-08-06 15:22:07

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: bad console input/output behaviour

I have had this experience, but I fixed it. It was related to the escape codes in my PS1 variable. (for colours).

It may also be related to your TERM variable.

type:

echo $TERM
echo $PS1

and show us the output.  Mine looks like this:

dusty:~ $ echo $TERM    
xterm-color
dusty:~ $ echo $PS1
[33[01;34m]u:[33[01;35m]W [33[01;31m]$ [33[00m]

These are both set up in my ~/.bashrc

Dusty

Offline

#4 2004-08-06 15:40:28

hiower4
Member
Registered: 2004-07-31
Posts: 38

Re: bad console input/output behaviour

thank you for your reply, although i already found an answer in the gentoo forums http://forums.gentoo.org/viewtopic.php?t=94553

it was indeed my $PS1 variable smile


#348498 +(4737)- [X]

<MasterG> .....................................................................
          ..................................
<judas> where's pacman when you need him?

Offline

Board footer

Powered by FluxBB