Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: use curses library capability inventory and hope it's terminfo
- X-seq: zsh-workers 13954
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Clint Adams <schizo@xxxxxxxxxx>
- Subject: Re: PATCH: use curses library capability inventory and hope it's terminfo
- Date: Thu, 12 Apr 2001 03:23:48 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20010411224402.A16551@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010411203005.A13303@xxxxxxxx> <1010412012435.ZM20772@xxxxxxxxxxxxxxxxxxxxxxx> <20010411224402.A16551@xxxxxxxx>
On Apr 11, 10:44pm, Clint Adams wrote:
} Subject: PATCH: use curses library capability inventory and hope it's term
}
} > char *boolnames, *boolcodes, *boolfnames
} >
} > char *numnames, *numcodes, *numfnames
} >
} > char *strnames, *strcodes, *strfnames
} >
} > These null-terminated arrays contain the capnames, the
} > termcap codes, and the full C names, for each of the ter-
} > minfo variables.
}
} Note that it says "termcap" codes. The great thing is that on Solaris,
} it will actually contain terminfo capability names (which is what we
} want), but under ncurses, it will contain termcap capability names.
?? The `names' arrays are supposed to contain the terminfo names, and
the `codes' arrays the termcap codes. Do you mean that the two will be
the same under ncurses?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author