Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Honor the dvorak option in tetris (patch)
- X-seq: zsh-workers 22671
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: Honor the dvorak option in tetris (patch)
- Date: Tue, 5 Sep 2006 17:18:43 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G1mNZDvOitm+GuRDkiZbScr2BgDzrHcnIPCI55WDW43ubbP7IPGyS3MSHetfF7g11MayxISM2/1MrJMgQ9h5AxqlxLULRCZwzTmVkTFdczaM2pGVyWqiW1PA/WLjk53D+eRHMFXrntD1OqAXQD/CQKcOBdYnEnF6HNVekgObZ2o=
- In-reply-to: <20060905134514.GA24772@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0609050447g15171a01p2b425eb03248c047@xxxxxxxxxxxxxx> <20060905134514.GA24772@xxxxxxxxxxx>
On 9/5/06, Clint Adams <clint@xxxxxxx> wrote:
> Here is a small patch to honor the dvorak option in tetris, not sure
> if there is a better way to check options from scripts than
> setopt|grep name?
[[ -o dvorak ]] && print dvorak is on
Okay, updated patch at http://mikachu.ath.cx/patches/zsh-dvorak_tetris2.patch
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author