view src/proto/termlib.pro @ 7403:dc5ddec635dc

Added tag v7.4.1005 for changeset 2c63e9ecf29d76f613bd426156e6550729d432fc
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Dec 2015 16:15:07 +0100
parents 96cd8222a819
children 21b0a39d13ed
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 : */