view src/proto/termlib.pro @ 10077:b8cd5f4e475d

Added tag v7.4.2309 for changeset bc30991c3e98a8b091013ea37c7f6a0399561374
author Christian Brabandt <cb@256bit.org>
date Fri, 02 Sep 2016 22:00:08 +0200
parents 21b0a39d13ed
children
line wrap: on
line source

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