termcap.h

Go to the documentation of this file.
00001 /*
00002 ** termcap.h for  in /root/work/lseos/lseos-unix/tty
00003 ** 
00004 ** Made by Vianney Rancurel
00005 ** Login   <vianney@epita.fr>
00006 ** 
00007 ** Started on  Sun Oct 24 12:50:54 2004 Vianney Rancurel
00008 ** Last update Mon Dec  6 12:21:14 2004 Vianney Rancurel
00009 */
00010 #ifndef __TERMCAP_H__
00011 #define __TERMCAP_H__   1
00012 
00013 
00014 /* PROTO termcap.c */
00015 /* termcap.c */
00016 int tgetent(char *bp, char *name);
00017 int tgetnum(char *id);
00018 int tgetflag(char *id);
00019 char *tgetstr(char *id, char **area);
00020 char *tgoto(char *cm, int destcol, int destline);
00021 void tputs(char *cp, int affcnt, int (*outc)(int));
00022 #endif

Generated on Wed May 24 23:05:52 2006 for LSE/OS by  doxygen 1.4.6