comparison src/proto/gui_photon.pro @ 9213:bb86514cad15 v7.4.1890

commit https://github.com/vim/vim/commit/703a8044b5393d37d355b0b1054a9a5a13912a3f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 16:24:32 2016 +0200 patch 7.4.1890 Problem: GUI: When channel data is received the cursor blinking is interrupted. (Ramel Eshed) Solution: Don't update the cursor when it is blinking.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 16:30:05 +0200
parents 21b0a39d13ed
children 0c7f47088e55
comparison
equal deleted inserted replaced
9212:ac88df1cd99a 9213:bb86514cad15
37 void gui_mch_delete_lines(int row, int num_lines); 37 void gui_mch_delete_lines(int row, int num_lines);
38 void gui_mch_insert_lines(int row, int num_lines); 38 void gui_mch_insert_lines(int row, int num_lines);
39 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags); 39 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
40 void gui_mch_draw_hollow_cursor(guicolor_T color); 40 void gui_mch_draw_hollow_cursor(guicolor_T color);
41 void gui_mch_draw_part_cursor(int w, int h, guicolor_T color); 41 void gui_mch_draw_part_cursor(int w, int h, guicolor_T color);
42 int gui_mch_is_blinking(void);
42 void gui_mch_set_blinking(long wait, long on, long off); 43 void gui_mch_set_blinking(long wait, long on, long off);
43 void gui_mch_start_blink(void); 44 void gui_mch_start_blink(void);
44 void gui_mch_stop_blink(void); 45 void gui_mch_stop_blink(void);
45 void gui_mch_beep(void); 46 void gui_mch_beep(void);
46 void gui_mch_flash(int msec); 47 void gui_mch_flash(int msec);