view src/proto/termlib.pro @ 775:f04f56979d84

updated for version 7.0227
author vimboss
date Fri, 17 Mar 2006 23:10:44 +0000
parents 3fc0f57ecb91
children d8f905020502
line wrap: on
line source

/* termlib.c */
int tgetent __ARGS((char *tbuf, char *term));
int tgetflag __ARGS((char *id));
int tgetnum __ARGS((char *id));
char *tgetstr __ARGS((char *id, char **buf));
char *tgoto __ARGS((char *cm, int col, int line));
int tputs __ARGS((char *cp, int affcnt, void (*outc)(unsigned int)));
/* vim: set ft=c : */