source: trunk/minix/include/termcap.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 425 bytes
Line 
1#ifndef _TERMCAP_H
2#define _TERMCAP_H
3
4#include <ansi.h>
5
6_PROTOTYPE( int tgetent, (char *_bp, char *_name) );
7_PROTOTYPE( int tgetflag, (char *_id) );
8_PROTOTYPE( int tgetnum, (char *_id) );
9_PROTOTYPE( char *tgetstr, (char *_id, char **_area) );
10_PROTOTYPE( char *tgoto, (char *_cm, int _destcol, int _destline) );
11_PROTOTYPE( int tputs, (char *_cp, int _affcnt, void (*_outc)(int)) );
12
13#endif /* _TERMCAP_H */
Note: See TracBrowser for help on using the repository browser.