Mercurial > emacs
changeset 42744:ecb614567352
(USAGE2): Add the --color option.
(standard_args): Ditto.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 14 Jan 2002 13:47:56 +0000 |
parents | 1e6231c9c359 |
children | 00370dd7111e |
files | src/emacs.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Mon Jan 14 13:47:02 2002 +0000 +++ b/src/emacs.c Mon Jan 14 13:47:56 2002 +0000 @@ -263,6 +263,10 @@ --background-color, -bg COLOR window background color\n\ --border-color, -bd COLOR main border color\n\ --border-width, -bw WIDTH width of main border\n\ +--color=MODE color mode for character terminals;\n\ + MODE defaults to `auto', and can also\n\ + be `never', `auto', `always',\n\ + or a mode name like `ansi8'\n\ --cursor-color, -cr COLOR color of the Emacs cursor indicating point\n\ --display, -d DISPLAY use X server DISPLAY\n\ --font, -fn FONT default font; must be fixed-width\n\ @@ -1677,6 +1681,7 @@ { "-reverse", 0, 5, 0 }, { "-hb", "--horizontal-scroll-bars", 5, 0 }, { "-vb", "--vertical-scroll-bars", 5, 0 }, + { "-color", "--color", 5, 0}, /* These have the same priority as ordinary file name args, so they are not reordered with respect to those. */ { "-L", "--directory", 0, 1 },