Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 'zle redisplay' bug in 5.3?
- X-seq: zsh-workers 40287
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: Re: 'zle redisplay' bug in 5.3?
- Date: Thu, 5 Jan 2017 09:08:03 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=resent-from:resent-message-id:resent-date:resent-to:from:message-id :date:in-reply-to:comments:references:to:subject:mime-version; bh=tpyJoXVB6CFDDoWiEF9qNSr5kehm06o6TrtqpEGHI94=; b=gJuCdyytC/F1rqGbHhbrHdpP1yiqSx73zqI58VYliNPPKRmEI0RYiBsFysTRGtdX8e kJR63ox4om+Qrda2uZeK5wtThM1abPnRuo4iP59KcQgcDsOM/WLJHpdf7EsTbM0zESKa k/UprwjqsBOZUwXJluAQKZzqN9ICfXyErg/5UnGf8gE65HpZwpLxAlUW4e4UZ+vK4HJc SGpekP8B5m7UlpfwyAUZLrR9BCAEHENcIaJAd4MElpkUBiyoyNxOs1hFrXnddMmoKvkz x+eyw/M3pnix1Yju4L2NItht20xnTV+AjS7h+LkuWZ43s6uSGN2ilbBMeRsMn7B/iClf Pwfw==
- In-reply-to: <20170105150135.75a490bb@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20170105030137.v4tzweda6pxyqnrq@majutsushi.net> <CGME20170105091042epcas1p3ebc6c107d3121c8f6b980bbcbc59bc60@epcas1p3.samsung.com> <170105010914.ZM1529@torch.brasslantern.com> <20170105150135.75a490bb@pwslap01u.europe.root.pri>
On Jan 5, 3:01pm, Peter Stephenson wrote:
}
} The documentation says
}
} /* Most lines of the buffer we've shown at once with the current list *
} * showing. == 0 if there is no list. == -1 if a new list has just *
} * been put on the screen. == -2 if zrefresh() needs to put up a new *
} * list. */
}
} Is it a case of the two requiring different handling?
Possibly, but the patch testing for -2 doesn't change anything.
If I change it to test showinglist == -1, then the case in this thread
works but TRAPINT handlers break it again (the original problem from the
thread ending with 38048).
So I begin to suspect that testing only showinglist isn't sufficient, but
I'm not sure what else to look at.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author