Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zle .redisplay sometimes eating up a line
- X-seq: zsh-users 24103
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: zle .redisplay sometimes eating up a line
- Date: Mon, 29 Jul 2019 21:13:03 +0200
- 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 :content-transfer-encoding; bh=0bRQ1o4kepV+rs+0sD1MBeqZap+sDHMn0GiztJ6ZxGM=; b=YhEyzUutC2BzgRy1vsaW7vXdP23yEFc52EaEp5gkAgTyIlWmHlKPTFnhPmG/5XHw4G 0gIupR7OOFKREKR6BxzRhe8Z7aytC3TaqVR1Us2lFdyAwRJI/YxAgWJF0RnT3+bziuqN JfaE1vFPbqk6F+YIKJBnm3qVvUiTE/3GaZbUUO91qVsq4UBdM08+6lHEFp7XrKUuYhTL CaAgKZmzafJW08s/TyPX7gNp5HUwPzkhySRSXf89fAKS25CSajxT47B5UyfITHNY7X+l +FyMTI/ou3nyaCmdnQZw1t6eEfbaXtWgBrJ1x7YwmcaSXkUmovsntyQxkB7ebJb01afL 6Rag==
- In-reply-to: <CAKc7PVD-7We+6JFGQOz2X+TunjWzdifc1i2BWZNd9yv8L94g=w@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVD-7We+6JFGQOz2X+TunjWzdifc1i2BWZNd9yv8L94g=w@mail.gmail.com>
On Mon, 15 Jul 2019 at 05:02, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
> Hello,
> (it's using function:
> https://gist.github.com/psprint/f2a0db07cc80351e19e30378c6eaa779)
I've noticed an interesting use case for the function – running zle
widgets without a keybindings – a natural, expected way to do it (at
least at initial contact with Zsh):
autoload tetriscurses
zle -N tetriscurses
deploy-code "zle tetriscurses"
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author