Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: make curses module not need wideness
- X-seq: zsh-workers 23959
- From: Clint Adams <clint@xxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: PATCH: make curses module not need wideness
- Date: Mon, 15 Oct 2007 10:34:56 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200710150911.l9F9BqR1003986@xxxxxxxxxxxxxx>
- Mail-followup-to: Peter Stephenson <pws@xxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20071014042142.GA27713@xxxxxxxxxxx> <071014092646.ZM21802@xxxxxxxxxxxxxxxxxxxxxx> <20071014170856.GA14631@xxxxxxxxxxx> <071014151608.ZM26588@xxxxxxxxxxxxxxxxxxxxxx> <200710150911.l9F9BqR1003986@xxxxxxxxxxxxxx>
On Mon, Oct 15, 2007 at 10:11:52AM +0100, Peter Stephenson wrote:
> I think it would probably be better to let the windows have arbitrary names
> and store them in a linked list, as we do for ztcp and zftp. Presumably
> there aren't going to be that many of them. (The names can still be
> numbers, obviously.)
So have a struct containing just the WINDOW pointer and some kind of
identifier? Should there be a special assoc parameter containing
pointers?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author