Variable: browse-url-xterm-program
browse-url-xterm-program is a customizable variable defined in
browse-url.el.gz.
Value
"xterm"
Documentation
The name of the terminal emulator used by browse-url-text-xterm.
This might, for instance, be a separate color version of xterm.
Source Code
;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-xterm-program "xterm"
"The name of the terminal emulator used by `browse-url-text-xterm'.
This might, for instance, be a separate color version of xterm."
:type 'string)