Next: Q3.2.6, Previous: Q3.2.4, Up: Customisation
SXEmacs tries to automatically determine whether your tty supports color, but sometimes guesses wrong. In that case, you can make SXEmacs Do The Right Thing using this Lisp code:
(if (eq 'tty (device-type)) (set-device-class nil 'color))