Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.1265: when GPM mouse support is enabled double clicks do not workv8.1.1265 | Bram Moolenaar | 2019-05-04 | 1 | -0/+3 |
| | | | | | | Problem: When GPM mouse support is enabled double clicks in xterm do not work. Solution: Use KS_GPM_MOUSE for GPM mouse events. | ||||
* | patch 8.0.1786: no test for 'termwinkey'v8.0.1786 | Bram Moolenaar | 2018-05-01 | 1 | -0/+2 |
| | | | | | | Problem: No test for 'termwinkey'. Solution: Add a test. Make feedkeys() handle terminal_loop() returning before characters are consumed. | ||||
* | patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309 | Bram Moolenaar | 2017-11-18 | 1 | -0/+2 |
| | | | | | | Problem: Cannot use 'balloonexpr' in a terminal. Solution: Add 'balloonevalterm' and add code to handle mouse movements in a terminal. Initial implementation for Unix with GUI. | ||||
* | patch 8.0.1236: Mac features are confusingv8.0.1236 | Bram Moolenaar | 2017-10-28 | 1 | -1/+1 |
| | | | | | | Problem: Mac features are confusing. Solution: Make feature names more consistent, add "osxdarwin". Rename feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes #2178) | ||||
* | patch 8.0.0697: recorded key sequences may become invalidv8.0.0697 | Bram Moolenaar | 2017-07-07 | 1 | -111/+114 |
| | | | | | | Problem: Recorded key sequences may become invalid. Solution: Add back KE_SNIFF removed in 7.4.1433. Use fixed numbers for the key_extra enum. | ||||
* | patch 8.0.0661: recognizing urxvt mouse codes does not work wellv8.0.0661 | Bram Moolenaar | 2017-06-22 | 1 | -0/+2 |
| | | | | | Problem: Recognizing urxvt mouse codes does not work well. Solution: Recognize "Esc[*M" and "Esc[*m". (Maurice Bos, closes #1486) | ||||
* | patch 8.0.0212: buffer for key name may be too smallv8.0.0212 | Bram Moolenaar | 2017-01-22 | 1 | -2/+3 |
| | | | | | | | Problem: The buffer used to store a key name theoreticaly could be too small. (Coverity) Solution: Count all possible modifier characters. Add a check for the length just in case. | ||||
* | patch 8.0.0210: no support for bracketed pastev8.0.0210 | Bram Moolenaar | 2017-01-21 | 1 | -0/+2 |
| | | | | | | Problem: Vim does not support bracketed paste, as implemented by xterm and other terminals. Solution: Add t_BE, t_BD, t_PS and t_PE. | ||||
* | patch 7.4.2293v7.4.2293 | Bram Moolenaar | 2016-08-29 | 1 | -1/+1 |
| | | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | ||||
* | patch 7.4.1433v7.4.1433 | Bram Moolenaar | 2016-02-27 | 1 | -4/+0 |
| | | | | | | Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code. | ||||
* | updated for version 7.3.632v7.3.632 | Bram Moolenaar | 2012-08-15 | 1 | -0/+4 |
| | | | | | Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito) | ||||
* | updated for version 7.3.405v7.3.405 | Bram Moolenaar | 2012-01-20 | 1 | -0/+1 |
| | | | | | | Problem: When xterm gets back the function keys it may delete the urxvt mouse termcap code. Solution: Check for the whole code, not just the start. (Egmont Koblinger) | ||||
* | updated for version 7.3.343v7.3.343 | Bram Moolenaar | 2011-10-20 | 1 | -3/+6 |
| | | | | | | Problem: No mouse support for urxvt. Solution: Implement urxvt mouse support, also for > 252 columns. (Yiding Jia) | ||||
* | Add support for horizontal scroll wheel. (Bjorn Winckler) | Bram Moolenaar | 2010-07-25 | 1 | -0/+7 |
| | |||||
* | updated for version 7.1-095v7.1.095 | Bram Moolenaar | 2007-09-05 | 1 | -0/+4 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-05 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0207 | Bram Moolenaar | 2006-02-25 | 1 | -0/+4 |
| | |||||
* | updated for version 7.0206v7.0206 | Bram Moolenaar | 2006-02-24 | 1 | -0/+5 |
| | |||||
* | updated for version 7.0177v7.0177 | Bram Moolenaar | 2005-12-28 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0169 | Bram Moolenaar | 2005-12-13 | 1 | -6/+6 |
| | |||||
* | updated for version 7.0098 | Bram Moolenaar | 2005-06-30 | 1 | -27/+1 |
| | |||||
* | updated for version 7.0064 | Bram Moolenaar | 2005-03-25 | 1 | -7/+4 |
| | |||||
* | updated for version 7.0060 | Bram Moolenaar | 2005-03-15 | 1 | -0/+3 |
| | |||||
* | updated for version 7.0056 | Bram Moolenaar | 2005-03-06 | 1 | -0/+10 |
| | |||||
* | updated for version 7.0055v7.0055 | Bram Moolenaar | 2005-03-04 | 1 | -7/+8 |
| | |||||
* | updated for version 7.0021v7.0021 | Bram Moolenaar | 2004-12-09 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+484 |