comparison src/proto/ui.pro @ 12076:ca4931a20f8c v8.0.0918

patch 8.0.0918: cannot get terminal window cursor shape or attributes commit https://github.com/vim/vim/commit/3cd43ccccb03b2e68df9c8a344a87e51c007c656 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 12 19:51:41 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Aug 2017 20:00:05 +0200
parents 96d83cd2904a
children 1bdc12630fc0
comparison
equal deleted inserted replaced
12075:488c6139c881 12076:ca4931a20f8c
45 void push_raw_key(char_u *s, int len); 45 void push_raw_key(char_u *s, int len);
46 void trash_input_buf(void); 46 void trash_input_buf(void);
47 int read_from_input_buf(char_u *buf, long maxlen); 47 int read_from_input_buf(char_u *buf, long maxlen);
48 void fill_input_buf(int exit_on_error); 48 void fill_input_buf(int exit_on_error);
49 void read_error_exit(void); 49 void read_error_exit(void);
50 void ui_cursor_shape_forced(int forced);
50 void ui_cursor_shape(void); 51 void ui_cursor_shape(void);
51 int check_col(int col); 52 int check_col(int col);
52 int check_row(int row); 53 int check_row(int row);
53 void open_app_context(void); 54 void open_app_context(void);
54 void x11_setup_atoms(Display *dpy); 55 void x11_setup_atoms(Display *dpy);