view src/proto/termlib.pro @ 28257:6d2b5c2178e2 v8.2.4654

patch 8.2.4654: missing changes for import check Commit: https://github.com/vim/vim/commit/49d008d96b80d17e9770b066031aaaf9495761e2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 31 11:51:21 2022 +0100 patch 8.2.4654: missing changes for import check Problem: Missing changes for import check. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Mar 2022 13:00:03 +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 : */