summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Terminal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KWSys: Recognize rxvt-unicode-256color terminal (#12013)Brad King2011-03-291-0/+1
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* ENH: also recognize rxvt-256color as a color terminal (#8913, patch from Deew...Alexander Neundorf2009-04-211-0/+1
* ENH: Recognize more color terminals.Brad King2008-06-061-1/+19
* 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 supp...Brad King2006-04-231-8/+7
* ENH: Adding 'Terminal' component to hold support routines for dealing with in...Brad King2006-04-231-0/+398