Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New zed and refresh bug
- X-seq: zsh-workers 1825
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: mason@xxxxxxxxxxxxx (Geoff Wing)
- Subject: Re: New zed and refresh bug
- Date: Mon, 29 Jul 1996 19:21:17 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199607291511.PAA07145@xxxxxxxxxxxxx> from Geoff Wing at "Jul 30, 96 01:11:23 am"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> Zoltan wrote:
> :It demonstrates a zle bug. Just load this zed function, unset the BAUD
> :parameter (to get half-screen scrolls in zed), invoke zed -f zed, and use
> :the up-arrow to move to the top of the function. On a 80x25 Linux console
> :with ncurses a bogous `if [[ -f $dir/$1 ]' appears on the 5th screen line
> :after the second half-screen scroll.
>
> This doesn't happen on any system I'm on.
> Can anyone else reproduce this on any other systems? I don't have access
> to linux at the moment (a guy at work has got it but his computer's dead at
> the moment :-(
I can reproduce it in an xterm on Solaris 2.4, IBM AIX 3.2 and DEC OFS/1
V2.0, SunOS 4.1.2 and Ultrix 4.2.
I can not reproduce it on Linux with termcap (although I use a quite old
/etc/termcap) but with ncurses it is reproducible either in an xterm or on
the console.
The new contents of the line gets inserted before the bogous line so the
correct if ... which was on the screen before the scroll is shifted right
as the new contents of the line is printed. Perhaps it happens only if the
terminal has some insert capability (I'm just guessing).
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author