summaryrefslogtreecommitdiff
path: root/src/proto/screen.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-15 23:10:59 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-15 23:10:59 +0100
commit975b5271eed4fa0500c24a8f37be0b1797cb9db7 (patch)
treee2f73f9ae91f1fce55de8757dc1599fcc169c3fe /src/proto/screen.pro
parentab1fa3955f25dfdb7e329c3bd76e175c93c8cb5e (diff)
downloadvim-git-975b5271eed4fa0500c24a8f37be0b1797cb9db7.tar.gz
patch 7.4.1578v7.4.1578
Problem: There is no way to invoke a function later or periodically. Solution: Add timer support.
Diffstat (limited to 'src/proto/screen.pro')
-rw-r--r--src/proto/screen.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/screen.pro b/src/proto/screen.pro
index 6330fdcbb..aad8187a1 100644
--- a/src/proto/screen.pro
+++ b/src/proto/screen.pro
@@ -6,6 +6,7 @@ void redraw_all_later(int type);
void redraw_curbuf_later(int type);
void redraw_buf_later(buf_T *buf, int type);
int redraw_asap(int type);
+void redraw_after_callback(void);
void redrawWinline(linenr_T lnum, int invalid);
void update_curbuf(int type);
void update_screen(int type);