view src/proto/termlib.pro @ 28539:86ad381f275f

Added tag v8.2.4793 for changeset 48712267f57b744ed69d178e09b3499f28f3e240
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Apr 2022 20:45:04 +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 : */