Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: curses tweaks, maybe
- X-seq: zsh-workers 23976
- From: Peter Stephenson <pws@xxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: curses tweaks, maybe
- Date: Wed, 17 Oct 2007 16:39:19 +0100
- In-reply-to: <20071017152506.GA30012@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20071016094040.4a48a750@news01> <20071017032955.GA25480@xxxxxxxxxxx> <20071017095724.44acafe1@news01> <200710170914.l9H9Eihs021321@xxxxxxxxxxxxxx> <071017075713.ZM30525@xxxxxxxxxxxxxxxxxxxxxx> <200710171505.l9HF5i6b025009@xxxxxxxxxxxxxx> <20071017152506.GA30012@xxxxxxxxxxx>
Clint Adams wrote:
> Next I'll be needing attributes and colors; does anyone have UI
> preferences for wattrset() and wcolor_set()?
Probably something like
zcurses -A window +standout
with +/- to enable and disable options which correspond to attributes
that we can either parse out of the header or hardcode as { A_STANDOUT,
"standout"} etc.
zcurses -C window black/red
(for black on red, obviously---I prefer it with the / since unlike with
a space it's obvious what the foreground is) to which similar arguments
apply.
We need to think about any modifications we might want to "read" to make
this more useful.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author