comparison src/proto/term.pro @ 12259:48eac9bc2f82 v8.0.1009

patch 8.0.1009: Xterm cursor blinking status may be inverted commit https://github.com/vim/vim/commit/4db2554954056f21f2ba4cf4988c652745d7042a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 28 22:43:05 2017 +0200 patch 8.0.1009: Xterm cursor blinking status may be inverted Problem: Xterm cursor blinking status may be inverted. Solution: Use another request to get the blink status and compare with the cursor style report
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Aug 2017 22:45:04 +0200
parents 36456f237c59
children b1a7e3968a31
comparison
equal deleted inserted replaced
12258:8b386ef3a93d 12259:48eac9bc2f82
51 void scroll_start(void); 51 void scroll_start(void);
52 void cursor_on(void); 52 void cursor_on(void);
53 void cursor_off(void); 53 void cursor_off(void);
54 void term_cursor_mode(int forced); 54 void term_cursor_mode(int forced);
55 void term_cursor_color(char_u *color); 55 void term_cursor_color(char_u *color);
56 int blink_state_is_inverted(void);
56 void term_cursor_shape(int shape, int blink); 57 void term_cursor_shape(int shape, int blink);
57 void scroll_region_set(win_T *wp, int off); 58 void scroll_region_set(win_T *wp, int off);
58 void scroll_region_reset(void); 59 void scroll_region_reset(void);
59 void clear_termcodes(void); 60 void clear_termcodes(void);
60 void add_termcode(char_u *name, char_u *string, int flags); 61 void add_termcode(char_u *name, char_u *string, int flags);