Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-07-12 | 1 | -21/+28 |
| | | | | | * upstream-KWSys: KWSys 2018-07-12 (86ce4f37) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-06-01 | 1 | -13/+15 |
| | | | | | * upstream-KWSys: KWSys 2018-06-01 (8ef62b28) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-03-29 | 1 | -0/+1 |
| | | | | | * upstream-KWSys: KWSys 2018-03-29 (488f2031) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-05-16 | 1 | -10/+0 |
| | | | | | * upstream-KWSys: KWSys 2017-05-16 (fe1f22ce) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-16 | 1 | -0/+2 |
| | | | | | * upstream-KWSys: KWSys 2016-11-16 (a0c60eec) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-09 | 1 | -175/+140 |
| | | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411) | ||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-10-19 | 1 | -0/+11 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-01-10 | 1 | -0/+1 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-07-18 | 1 | -3/+3 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-01-03 | 1 | -0/+1 |
| | |||||
* | KWSys: Recognize color TERM=screen-256color-bce (#12287) | Brad King | 2011-06-19 | 1 | -0/+1 |
| | | | | | | Author: Davide Mancusi <arekfu@gmail.com> Acked-By: Modestas Vainius <modax@debian.org> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627853 | ||||
* | KWSys: Recognize rxvt-unicode-256color terminal (#12013) | Brad King | 2011-03-29 | 1 | -0/+1 |
| | | | | Author: Matti Niemenmaa | ||||
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -11/+9 |
| | | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range. | ||||
* | ENH: also recognize rxvt-256color as a color terminal (#8913, patch from ↵ | Alexander Neundorf | 2009-04-21 | 1 | -0/+1 |
| | | | | | | Deewiant) Alex | ||||
* | ENH: Recognize more color terminals. | Brad King | 2008-06-06 | 1 | -1/+19 |
| | | | | | - Patch from Matthew McCormick, slightly tweaked - See issue #6833 | ||||
* | ENH: Added '256color' terminal names. Patch applied from bug#3651. | Brad King | 2006-08-23 | 1 | -0/+3 |
| | |||||
* | BUG: Do not display VT100 escapes inside emacs even if TERM is set to xterm. | Brad King | 2006-07-20 | 1 | -0/+9 |
| | |||||
* | ENH: Added rxvt-unicode and cygwin terminals for color support. | Brad King | 2006-06-05 | 1 | -1/+3 |
| | |||||
* | ENH: Handle 'screen' terminal. Thank you Thomas Z. | Andy Cedilnik | 2006-06-03 | 1 | -0/+1 |
| | |||||
* | COMP: Added missing include of string.h for strcmp. | Brad King | 2006-04-23 | 1 | -0/+1 |
| | |||||
* | BUG: Fixed bug in check for vt100 assumption. | Brad King | 2006-04-23 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed uninitialized variable when not building with windows console ↵ | Brad King | 2006-04-23 | 1 | -8/+7 |
| | | | | support. | ||||
* | ENH: Adding 'Terminal' component to hold support routines for dealing with ↵ | Brad King | 2006-04-23 | 1 | -0/+398 |
interactive terminals. Currently only a cfprintf function is provided to print color messages. |