Re: Terminal thinks start of line is first character of previous line

2010-05-22 Thread Eitan Adler
>> On Fri, 21 May 2010 01:02:04 +0300, Eitan Adler  wrote:
>>> For some reason the output of my terminal at times seems to put the
>>> first character of a line as the last character of the previous line.
>>> This occurs with x11/Terminal x11/Eterm x11/xterm and probably others.
>>> As far as I could tell this does not not occur on console but I have
>>> not tested as thoroughly.
>>
>> When you state "at some times" for this strange shifting to happen,
>> what programs are affected, for example, or is terminal output
>> affected in general?
> this often happens with ls output - but not all the time - it seems
> only when ls doesn't do one column output
> this.

Some more testing:
cat can do this with some files but not with all - I have to find a
common denominator.

-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Terminal thinks start of line is first character of previous line

2010-05-20 Thread Eitan Adler
On Fri, May 21, 2010 at 1:34 AM, Polytropon  wrote:
> On Fri, 21 May 2010 01:02:04 +0300, Eitan Adler  wrote:
>> For some reason the output of my terminal at times seems to put the
>> first character of a line as the last character of the previous line.
>> This occurs with x11/Terminal x11/Eterm x11/xterm and probably others.
>> As far as I could tell this does not not occur on console but I have
>> not tested as thoroughly.
>
> Do you have any idea what sets $COLUMN for your terminal session?
> I don't have this variable defined neither in xterm or text mode
> console.
I'm unsure - I believe this is bash or zsh  - the problem occurs with
both of them

> When you state "at some times" for this strange shifting to happen,
> what programs are affected, for example, or is terminal output
> affected in general?
this often happens with ls output - but not all the time - it seems
only when ls doesn't do one column output
this.

Maybe $COLUMNS setting interferes with
> something...

Even I change it I still get the same problem.

-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Terminal thinks start of line is first character of previous line

2010-05-20 Thread Polytropon
On Fri, 21 May 2010 01:02:04 +0300, Eitan Adler  wrote:
> For some reason the output of my terminal at times seems to put the
> first character of a line as the last character of the previous line.
> This occurs with x11/Terminal x11/Eterm x11/xterm and probably others.
> As far as I could tell this does not not occur on console but I have
> not tested as thoroughly.
> 
> echo $TERM $COLUMNS
> xterm 140

Do you have any idea what sets $COLUMN for your terminal session?
I don't have this variable defined neither in xterm or text mode
console.

When you state "at some times" for this strange shifting to happen,
what programs are affected, for example, or is terminal output
affected in general? Maybe $COLUMNS setting interferes with
something...



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Terminal thinks start of line is first character of previous line

2010-05-20 Thread Eitan Adler
For some reason the output of my terminal at times seems to put the
first character of a line as the last character of the previous line.
This occurs with x11/Terminal x11/Eterm x11/xterm and probably others.
As far as I could tell this does not not occur on console but I have
not tested as thoroughly.

echo $TERM $COLUMNS
xterm 140

I'm unsure what other debugging data is needed. I am able to provide
any other data that might be needed to solve the problem though.

-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"