comparison src/proto/term.pro @ 5927:63e7cc62402d v7.4.305

updated for version 7.4.305 Problem: Making 'ttymouse' empty after the xterm version was requested causes problems. (Elijah Griffin) Solution: Do not check for DEC mouse sequences when the xterm version was requested. Also don't request the xterm version when DEC mouse was enabled.
author Bram Moolenaar <bram@vim.org>
date Thu, 22 May 2014 18:14:31 +0200
parents 6d11572e2c8b
children 182c7b987283
comparison
equal deleted inserted replaced
5926:492e4efff2ae 5927:63e7cc62402d
32 void shell_resized_check __ARGS((void)); 32 void shell_resized_check __ARGS((void));
33 void set_shellsize __ARGS((int width, int height, int mustset)); 33 void set_shellsize __ARGS((int width, int height, int mustset));
34 void settmode __ARGS((int tmode)); 34 void settmode __ARGS((int tmode));
35 void starttermcap __ARGS((void)); 35 void starttermcap __ARGS((void));
36 void stoptermcap __ARGS((void)); 36 void stoptermcap __ARGS((void));
37 int did_request_esc_sequence __ARGS((void));
37 void may_req_termresponse __ARGS((void)); 38 void may_req_termresponse __ARGS((void));
38 void may_req_ambiguous_char_width __ARGS((void)); 39 void may_req_ambiguous_char_width __ARGS((void));
39 int swapping_screen __ARGS((void)); 40 int swapping_screen __ARGS((void));
40 void setmouse __ARGS((void)); 41 void setmouse __ARGS((void));
41 int mouse_has __ARGS((int c)); 42 int mouse_has __ARGS((int c));