Variable: viper-force-faces
viper-force-faces is a customizable variable defined in
viper-init.el.gz.
Value
nil
Documentation
If t, Viper will think that it is running on a display that supports faces.
This is provided as a temporary relief for users of graphics-capable terminals that Viper doesn't know about. In all likelihood, you don't need to bother with this setting.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defcustom viper-force-faces nil
"If t, Viper will think that it is running on a display that supports faces.
This is provided as a temporary relief for users of graphics-capable terminals
that Viper doesn't know about.
In all likelihood, you don't need to bother with this setting."
:type 'boolean
:group 'viper-highlighting)