Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 'zle redisplay' bug in 5.3?
- X-seq: zsh-workers 40295
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: Re: 'zle redisplay' bug in 5.3?
- Date: Sat, 7 Jan 2017 10:05:05 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=IE15ziyrDHcBYch6NMU3rcv1/mpqye2dZ2zcHZdYpbk=; b=ovO9RpQltz9IqVKT7hML8fZmtWNdSWK67sBorKn3oadege8jWTA2NBlFxg+TrzCAm2 Eb4zuX/gj9cHtOtyL272AZX3CqnN6bZCdoleJUyRWMX+ByZhrSTIZNOLMqgQNgJs9MHm jsipkeoJyY4BDz2cAETzjbTAAHaGIiHYfuH2xv7KkUMroosPIkKOjS/9hqM7kTV5qdYe eRykbnVyzXjz0f6NJZnz+L8bkCjegoPGKrZZ9FOW9ZmM/Widwlxi7ofig3JX3OF8yZil klVwNueYKxEbtEJt1+8KQx1DRpiwCe2tKpfwb6Tdp4WzsH6bQtRPY7866jbt3PVfi0wo QoJw==
- In-reply-to: <170105090803.ZM3653@torch.brasslantern.com>
- 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> <170105090803.ZM3653@torch.brasslantern.com>
} 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?
That comment is incomplete. showinglist may also have a positive value
which is tied to the value of "nlnct" -- which appears to be the number
of newlines in the prompt string.
Something is repeating the "move up nlnct lines" action twice. This is
similar to the description in the thread from 38048.
Not sure what to do with this information yet, and out of time to look
at it this morning, but maybe it's a clue for someone else.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author