diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-12-09 21:34:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-12-09 21:34:53 +0000 |
commit | 293ee4d421cd55f4a3c014c1c26edf02f718cc83 (patch) | |
tree | ae4856e718b752ea0c6c807912bfbb51967fae80 /src/proto/term.pro | |
parent | 741b07e0092eb6d7b81c9cbe149196c6cf9d5bbe (diff) | |
download | vim-git-293ee4d421cd55f4a3c014c1c26edf02f718cc83.tar.gz |
updated for version 7.0021v7.0021
Diffstat (limited to 'src/proto/term.pro')
-rw-r--r-- | src/proto/term.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro index 16924badc..3215b0e28 100644 --- a/src/proto/term.pro +++ b/src/proto/term.pro @@ -40,6 +40,7 @@ int mouse_model_popup __ARGS((void)); void scroll_start __ARGS((void)); void cursor_on __ARGS((void)); void cursor_off __ARGS((void)); +void term_cursor_shape __ARGS((void)); void scroll_region_set __ARGS((win_T *wp, int off)); void scroll_region_reset __ARGS((void)); void clear_termcodes __ARGS((void)); |