Mercurial > vim
view src/proto/termlib.pro @ 15984:9a4cfad3713a
Added tag v8.1.0997 for changeset e73ed0e3faac8bd36bf73c8196bebb0e636bf2f2
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 07 Mar 2019 06:45:10 +0100 |
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 : */