Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: BUG? in histreduceblanks in 3.1.2-beta
- X-seq: zsh-workers 3236
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: borsenkow.msk@xxxxxx
- Subject: Re: BUG? in histreduceblanks in 3.1.2-beta
- Date: Fri, 13 Jun 1997 17:04:28 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.SV4.3.95.970613132237.5343C-100000@itsrm1> from "Andrej Borsenkow" at Jun 13, 97 03:54:42 pm
It is obviously a display bug, related to long lines, and nothing to do
with HIST_REDUCE_BLANKS. I can reproduce it: it happens when some line
other than the first screen line wraps around. So, if $COLUMNS is 20,
the following display will work OK:
% abcdefghijklmnopqr
stuvwxyz
more lines
that don't wrap
But this gets mangled:
% a short line
a longer line that d
oes wrap
The display is OK while the text is being typed, but some types of
refresh (including a complete redraw prompted by use of `redisplay')
will introduce extra blank lines and related phenomena.
Possibly relevant data point: the terminal on which I reproduced
this does have the :am: capability. I also know that its termcap is
definitely correct.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author