diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-12 19:51:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-12 19:51:41 +0200 |
commit | 3cd43ccccb03b2e68df9c8a344a87e51c007c656 (patch) | |
tree | 51e41f2ba0520be2c6f4b0753538259545feca05 /src/proto/ui.pro | |
parent | 589b1109c55409baf27f79920d8ffc95111eaa01 (diff) | |
download | vim-3cd43ccccb03b2e68df9c8a344a87e51c007c656.zip |
patch 8.0.0918: cannot get terminal window cursor shape or attributes
Problem: Cannot get terminal window cursor shape or attributes.
Solution: Support cursor shape, attributes and color.
Diffstat (limited to 'src/proto/ui.pro')
-rw-r--r-- | src/proto/ui.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ui.pro b/src/proto/ui.pro index 47c0fef68..4cf87b44f 100644 --- a/src/proto/ui.pro +++ b/src/proto/ui.pro @@ -47,6 +47,7 @@ void trash_input_buf(void); int read_from_input_buf(char_u *buf, long maxlen); void fill_input_buf(int exit_on_error); void read_error_exit(void); +void ui_cursor_shape_forced(int forced); void ui_cursor_shape(void); int check_col(int col); int check_row(int row); |