view src/proto/termlib.pro @ 5643:e61a2b709f69 v7.4.168

updated for version 7.4.168 Problem: Can't compile with Ruby 2.1.0. Solution: Add support for new GC. (Kohei Suzuki)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Feb 2014 22:41:15 +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 : */