summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Terminal.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.