Curses Bug? (4.2 BSD)
Joseph S. D. Yao
jsdy at hadron.UUCP
Mon Dec 30 07:02:34 AEST 1985
In article <637 at wjvax.wjvax.UUCP> brett at wjvax.UUCP (Brett Galloway) writes:
> ... In a program which
>uses curses I want to use a terminal capability which curses has not
>read into its external capability list; namely I want the value of the
>cs (scrolling region) and bl (audible bell) capability strings.
Try using:
boolean tgetflag(name);
int tgetnum(name);
char *tgetstr(name);
--
Joe Yao hadron!jsdy at seismo.{CSS.GOV,ARPA,UUCP}
More information about the Comp.unix.wizards
mailing list