Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: curses tweaks, maybe



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