summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Terminal.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-07-121-21/+28
| | | | | * upstream-KWSys: KWSys 2018-07-12 (86ce4f37)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-06-011-13/+15
| | | | | * upstream-KWSys: KWSys 2018-06-01 (8ef62b28)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-03-291-0/+1
| | | | | * upstream-KWSys: KWSys 2018-03-29 (488f2031)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-05-161-10/+0
| | | | | * upstream-KWSys: KWSys 2017-05-16 (fe1f22ce)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-161-0/+2
| | | | | * upstream-KWSys: KWSys 2016-11-16 (a0c60eec)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-175/+140
| | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411)
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-10-191-0/+11
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-01-101-0/+1
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-07-181-3/+3
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-01-031-0/+1
|
* KWSys: Recognize color TERM=screen-256color-bce (#12287)Brad King2011-06-191-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 King2011-03-291-0/+1
| | | | Author: Matti Niemenmaa
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-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 Neundorf2009-04-211-0/+1
| | | | | | Deewiant) Alex
* ENH: Recognize more color terminals.Brad King2008-06-061-1/+19
| | | | | - Patch from Matthew McCormick, slightly tweaked - See issue #6833
* ENH: Added '256color' terminal names. Patch applied from bug#3651.Brad King2006-08-231-0/+3
|
* BUG: Do not display VT100 escapes inside emacs even if TERM is set to xterm.Brad King2006-07-201-0/+9
|
* ENH: Added rxvt-unicode and cygwin terminals for color support.Brad King2006-06-051-1/+3
|
* ENH: Handle 'screen' terminal. Thank you Thomas Z.Andy Cedilnik2006-06-031-0/+1
|
* COMP: Added missing include of string.h for strcmp.Brad King2006-04-231-0/+1
|
* BUG: Fixed bug in check for vt100 assumption.Brad King2006-04-231-1/+1
|
* BUG: Fixed uninitialized variable when not building with windows console ↵Brad King2006-04-231-8/+7
| | | | support.
* ENH: Adding 'Terminal' component to hold support routines for dealing with ↵Brad King2006-04-231-0/+398
interactive terminals. Currently only a cfprintf function is provided to print color messages.