Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Tiny redraw issue in alt-x prompt
- X-seq: zsh-workers 24311
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Tiny redraw issue in alt-x prompt
- Date: Sun, 23 Dec 2007 07:31:34 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=66+krIKITEUNzrVIAstzEbXY9tz43/yXfdAjxu19wXg=; b=w+MrzgMQ5I3IiN8X4PtNAwSh1NgG86+Uk8iexg7G3U4X1UKOwATM1S9wHfzQdBkA1uve+4TpBhVbR9Vw0mx6vwsTZjSF8Rzty1+mzU5I8oLDpRnKWnM+IfiySBTRWCowEjIs0UM4ugHT3sVIhMPnQkp5A0RA+RPWYgszV4IiuvY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=B/3xpJiYRylvxYiUt3BoLkbCV++nTS13NUZ141VvVJwl72/zSg4Hti9ZKDbH/T/QbDHuQ2x5x4dl6qWqllcWvR0ALtkH4UtsuSWosmcVH+fJ7IX91t/zixwP0jyW1btPA5E5Enf+Mdlv0RGmvp59ZdoPIJIpjDDdokhyD24Px4U=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
To reproduce:
zsh -f
<alt-x>
a<tab><continue typing>
will produce the following three "screenshots"
1)
%
execute: _
2)
%
execute: a_
accept-and-hold accept-line-and-down-history
accept-and-infer-next-history argument-base
accept-and-menu-complete auto-suffix-remove
accept-line auto-suffix-retain
3)
%
execute: accept-and-_
ccept-and-hold
accept-line-and-down-history
accept-and-infer-next-history argument-base
accept-and-menu-complete auto-suffix-remove
accept-line auto-suffix-retain
the spaces before ccept-and-hold are such that the actual word remains
in the same place in the terminal due to the linebreak, so it actually
looks like this:
%
execute: accept-and_
ccept-and-hold accept-line-and-down-history
accept-and-infer-next-history argument-base
accept-and-menu-complete auto-suffix-remove
accept-line auto-suffix-retain
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author