Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: curses tweaks, maybe
- X-seq: zsh-workers 23977
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: curses tweaks, maybe
- Date: Wed, 17 Oct 2007 10:09:33 -0700
- 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>
On Oct 17, 11:25am, Clint Adams wrote:
} Subject: Re: PATCH: curses tweaks, maybe
}
} On Wed, Oct 17, 2007 at 04:05:44PM +0100, Peter Stephenson wrote:
} > I had this horrible feeling we'd be running out of letters if we tried
} > to do anything too clever too early, but it's really just raw paranoia.
}
} Well, there's plenty of the curses API that we haven't touched yet.
} Next I'll be needing attributes and colors; does anyone have UI
} preferences for wattrset() and wcolor_set()?
In that case maybe option letters are completely out and we ought to be
doing
zcurses addwin targetwinname ...
zcurses refresh
zcurses endwin
etc.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author