X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Ftty-init.el;h=f92eff2c8d2f54cdec5d2887f44729e1bc72845d;hb=2e3cb02e20b751359c415843893f02e7a1d4639f;hp=5851204e08e8ce8b2481170fd9b935186a284a72;hpb=c879e5b17b3d5fef34ab58fc66e1cbb4269e5bb4;p=sxemacs diff --git a/lisp/tty-init.el b/lisp/tty-init.el index 5851204..f92eff2 100644 --- a/lisp/tty-init.el +++ b/lisp/tty-init.el @@ -371,13 +371,13 @@ (defvar tty-win-initted nil) (defun tty-color-list (&optional registered-only) - "Returns the list of colors the tty can handle. Since the tty will do color + "Returns the list of colors the tty can handle. Since the tty will do color approximation, it will return all colors. -When argument REGISTERED-ONLY is t `tty-color-list' will return only the +When argument REGISTERED-ONLY is t `tty-color-list' will return only the registered colors of the terminal." (if registered-only (tty-registered-color-list) - (nconc (tty-registered-color-list) + (nconc (tty-registered-color-list) (x-color-list)))) (defun init-tty-win ()