Mercurial > vim
view src/proto/termlib.pro @ 2040:70c67b1bb1f1 v7.2.329
updated for version 7.2.329
Problem: "g_" doesn't position cursor correctly when in Visual mode and
'selection' is "exclusive". (Ben Fritz)
Solution: Call adjust_for_sel().
author | Bram Moolenaar <bram@zimbu.org> |
---|---|
date | Tue, 12 Jan 2010 15:42:37 +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 : */