diff src/proto/screen.pro @ 3986:56bb88c68f98 v7.3.748

updated for version 7.3.748 Problem: Cannot properly test conceal mode. Solution: Add the screencol() and screenrow() functions. Use them in test88. (Simon Ruderich)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Dec 2012 16:10:42 +0100
parents 9e119e0ade5d
children 8b7baf39a345
line wrap: on
line diff
--- a/src/proto/screen.pro
+++ b/src/proto/screen.pro
@@ -50,4 +50,6 @@ int redrawing __ARGS((void));
 int messaging __ARGS((void));
 void showruler __ARGS((int always));
 int number_width __ARGS((win_T *wp));
+int screen_screencol __ARGS((void));
+int screen_screenrow __ARGS((void));
 /* vim: set ft=c : */