summaryrefslogtreecommitdiff
path: root/src/term.h
AgeCommit message (Collapse)Author
2015-06-25patch 7.4.757Bram Moolenaar
Problem: Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel)
2015-03-31updated for version 7.4.687Bram Moolenaar
Problem: There is no way to use a different in Replace mode for a terminal. Solution: Add t_SR. (Omar Sandoval)
2015-02-10updated for version 7.4.627Bram Moolenaar
Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito)
2013-03-13updated for version 7.3.859Bram Moolenaar
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)
2009-05-16updated for version 7.2-176Bram Moolenaar
2009-05-13updated for version 7.2-169Bram Moolenaar
2005-03-16updated for version 7.0060Bram Moolenaar
2004-12-09updated for version 7.0021Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar