Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: draw prompt on the correct line after window change
- X-seq: zsh-workers 44528
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: PATCH: draw prompt on the correct line after window change
- Date: Mon, 15 Jul 2019 21:32:46 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=RymGk/5ldBOehca8PmTn1/Xl3HNs9z5k7z7wEAFwnew=; b=vPzCd5axCVPQBn6zSGGwr7NCupqxr847um6gnGTGTuaodQgk21CB/5Gv2eFLQXjuhp +K6n8J8pS1b9EQa3CJyB0PYq7LLgd5Z5HB1E6grvQDn0wv4tw0Zdv6/+eb/Qk65fcsZF Tl810N9I+w5HQSXF6kVzZeKAV79y7kXPWUT50jyjHwxWYXZzBnpRtaLGART84pM2mtrg ARUnAEQPF49K3EInNApyjXDKU2I6euFxJTDvuFtrWQM7jmpX6OFEM40WPC+wrDbSHt0O kawnX3kQLwNGG7QBTYIvhMZ5ZeQTMRwgOAcdbOgP6sdus8dWb0ZpxOIhbFB+ktZ8jv0v pZQw==
- In-reply-to: <CAHYJk3Sa8Et2N274ogw2ZB2HzgduKPrNGOUMH8LethJN6tDMPA@mail.gmail.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAN=4vMp+E7esA48bEtRs-+Rmm9ng7i+FayGVqcLZqyjwVkayAw@mail.gmail.com> <CAHYJk3Sa8Et2N274ogw2ZB2HzgduKPrNGOUMH8LethJN6tDMPA@mail.gmail.com>
On Mon, Jul 15, 2019 at 9:14 PM Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>
> I've tested it on urxvt and it makes things worse there, enlarging the
> window always deletes the last output line even with an empty input
> line.
Thanks for trying it out.
I cannot reproduce this with the following procedure:
1. Ubuntu 18.04, fresh install.
2. apt install rxvt-unicode (v9.22)
3. urxvt
4. PROMPT="${(pl.$COLUMNS..-.)}%f"$'\n> ' zsh -df
5. reset
6. Hit <enter> a few times.
7. Resize terminal window back and forth, both fast and slow.
What should I do to see lines being deleted when enlarging the window?
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author