Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
BUG: 'zle digit-argument' within a widget sends random values
- X-seq: zsh-workers 4099
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: BUG: 'zle digit-argument' within a widget sends random values
- Date: Fri, 12 Jun 1998 01:49:05 -0700
In a user-defined widget, calling "zle digit-argument" supplies a random
and usually very large (positive or negative) value to whatever the next
command happens to be.
(The value isn't really random ... it starts at 6, then 66, then 666, and
so on until it overflows into negatives after 666666666, at which point
the progression gets hard to follow.)
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author