Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Incorrect cursor position when ZLE_RPROMPT_INDENT=0 (with a fix)
- X-seq: zsh-workers 44340
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Charles Blake <charlechaud@xxxxxxxxx>
- Subject: Re: Incorrect cursor position when ZLE_RPROMPT_INDENT=0 (with a fix)
- Date: Mon, 20 May 2019 13:32:20 +0200
- Cc: 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=pyJkx8e6TG9zMmldp17cAcowj6siWaqu2DaQRYnuRZM=; b=vOk0Qwc+Jwe1BSqaO7tfX6iEvSG/9TjmQ/jtXag2htrAPSzYmc4thF9//Yp4M6O2uT N9kZxh7ozcB1zl5ti7y6mOx6Y+OONB3bEsT+xH7ppZkQ4p76OinWmeJsRD0DqsoFLc0n T/zBnYP+rPtpC5ZUpITco9rovkZa4jMW91uSJt3RV7131HvIHg7ovFjTayYckXAq0xkk OnyA1knrXgkn4Wge0TYKgJF1KNShLldINOjzfmHhpeDoHdDahDr+UNAT85xdh5eMp2qh tpCucy1V7woY/S3xPs138Fig0Nh5X6mwCasFCOjsRtS0vzMJS8JqiQtpnAkZxynbznb6 Ufrg==
- In-reply-to: <CAKiz1a_JJAiRRECu7ATTBk=yYbfNZ1g8U0ACbAziGMSAN_C0-g@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=4vMpx_B5TRNQzDAvBoTFszoKea2=uQr5xjd0vZVH6py+oVA@mail.gmail.com> <CAH+w=7bYdLornMBJmjE_RHgiRcywT05FXkOQdSapZHkdT30X0A@mail.gmail.com> <CAN=4vMozz41wH3=ZOoe=tAx70bXnD1ieZFScY7Zauby-33UcXw@mail.gmail.com> <CAN=4vMpWA+2zeRjthq4aeXyb7AAc40BpfEz8O0Uaj23a1O_F6Q@mail.gmail.com> <CAN=4vMqaGT+baaxJsGS1TC9Y9EER3_sRiQn-AM2LkQ=cVp=1Dw@mail.gmail.com> <CAH+w=7buWyujVw-PqWuB40ywQ5BrePrTYWdkkB1Q6RSwuVeG8A@mail.gmail.com> <CAN=4vMr46PsxS-+gDSBU=mGeGMLtWsRxTp9wMAB87qL12serNQ@mail.gmail.com> <68081d8c-1aa6-203b-eb6c-e2d048de1340@ibr.cs.tu-bs.de> <CAN=4vMo9oZ19n5kwNiNDjSHQAnNJHXRBPSfZstN7QOvXgN3WrQ@mail.gmail.com> <CAKiz1a8wkSkCz6snNrQRdS3npNkMdC-yUgL7SKnKwHL_RZVSdg@mail.gmail.com> <CAN=4vMo9uK1BPqwAF=i7pEbOVuhhSWxVXi75Wb-pMjo9rvkRtQ@mail.gmail.com> <CAKiz1a_JJAiRRECu7ATTBk=yYbfNZ1g8U0ACbAziGMSAN_C0-g@mail.gmail.com>
On Mon, May 20, 2019 at 1:08 PM Charles Blake <charlechaud@xxxxxxxxx> wrote:
> xterm sources:
> ftp://ftp.invisible-island.net/xterm
Thanks, I've tried it. XTerm 337 gives me the same results as the other two
versions I'd tried earlier.
You should definitely check something rxvt-like as there are several
> terminals derived from rxvt besides rxvt-unicode (aterm, eterm, mrxvt).
> rxvt-unicode is at http://dist.schmorp.de/rxvt-unicode/Attic/
Tested with rxvt-unicode on Ubuntu. It works correctly both with and
without my patch. I've also now tested on PuTTY, which also works correctly
both with and without my patch.
To summarize the tests performed by myself and other people on this thread.
Out of the 10+ terminals tested, there are terminals that without the patch
work correctly, work incorrectly, work correctly for some people and not
others, work correctly without `-df` and incorrectly with it. What's
encouraging is that all terminals tested so far work correctly with the
patch.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author