summaryrefslogtreecommitdiff
path: root/src/term.h
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0210: no support for bracketed pastev8.0.0210Bram Moolenaar2017-01-211-2/+10
| | | | | | 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.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.1770v7.4.1770Bram Moolenaar2016-04-211-2/+6
| | | | | Problem: Cannot use true color in the terminal. Solution: Add the 'guicolors' option. (Nikolai Pavlov)
* patch 7.4.1611v7.4.1611Bram Moolenaar2016-03-191-1/+1
| | | | | | Problem: The versplit feature makes the code uneccessary complicated. Solution: Remove FEAT_VERTSPLIT, always support vertical splits when FEAT_WINDOWS is defined.
* patch 7.4.757v7.4.757Bram Moolenaar2015-06-251-0/+2
| | | | | | Problem: Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel)
* updated for version 7.4.687v7.4.687Bram Moolenaar2015-03-311-0/+2
| | | | | Problem: There is no way to use a different in Replace mode for a terminal. Solution: Add t_SR. (Omar Sandoval)
* updated for version 7.4.627v7.4.627Bram Moolenaar2015-02-101-0/+2
| | | | | Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito)
* updated for version 7.3.859v7.3.859Bram Moolenaar2013-03-131-2/+4
| | | | | | Problem: 'ambiwidth' must be set by the user. Solution: Detects East Asian ambiguous width (UAX #11) state of the terminal at the start-up time and 'ambiwidth' accordingly. (Hayaki Saito)
* updated for version 7.2-176v7.2.176Bram Moolenaar2009-05-161-4/+0
|
* updated for version 7.2-169v7.2.169Bram Moolenaar2009-05-131-0/+4
|
* updated for version 7.0060Bram Moolenaar2005-03-161-4/+8
|
* updated for version 7.0021v7.0021Bram Moolenaar2004-12-091-0/+4
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+156