home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / beav1402.zip / termcap.h < prev    next >
Text File  |  1993-04-16  |  1KB  |  25 lines

  1. /************************************************************************
  2.  *                                    *
  3.  *            Copyright (c) 1982, Fred Fish            *
  4.  *                All Rights Reserved                *
  5.  *                                    *
  6.  *    This software and/or documentation is released for public    *
  7.  *    distribution for personal, non-commercial use only.        *
  8.  *    Limited rights to use, modify, and redistribute are hereby    *
  9.  *    granted for non-commercial purposes, provided that all        *
  10.  *    copyright notices remain intact and all changes are clearly    *
  11.  *    documented.  The author makes no warranty of any kind with    *
  12.  *    respect to this product and explicitly disclaims any implied    *
  13.  *    warranties of merchantability or fitness for any particular    *
  14.  *    purpose.                            *
  15.  *                                    *
  16.  ************************************************************************/
  17.  
  18. extern int tgetent(char *bp, char *name);
  19. extern int tgetflag(char *id);
  20. extern int tgetnum(char *id);
  21. extern char *tgetstr(char *id, char **area);
  22.  
  23. extern char *tgoto(char *cm, int destcol, int destline);
  24. extern void tputs(char *cp, int affcnt, int (*outc)(int));
  25.