comparison src/emacs.c @ 42723:112393bdb5f9

(USAGE2): Add the new full-screen arguments. (standard_args): Ditto.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 13 Jan 2002 12:19:31 +0000
parents 534971969efe
children ecb614567352
comparison
equal deleted inserted replaced
42722:b4d0ec5062ad 42723:112393bdb5f9
265 --border-width, -bw WIDTH width of main border\n\ 265 --border-width, -bw WIDTH width of main border\n\
266 --cursor-color, -cr COLOR color of the Emacs cursor indicating point\n\ 266 --cursor-color, -cr COLOR color of the Emacs cursor indicating point\n\
267 --display, -d DISPLAY use X server DISPLAY\n\ 267 --display, -d DISPLAY use X server DISPLAY\n\
268 --font, -fn FONT default font; must be fixed-width\n\ 268 --font, -fn FONT default font; must be fixed-width\n\
269 --foreground-color, -fg COLOR window foreground color\n\ 269 --foreground-color, -fg COLOR window foreground color\n\
270 --fullscreen, -fs make first frame fullscreen\n\
271 --fullwidth, -fw make the first frame wide as the screen\n\
272 --fullheight, -fh make the first frame high as the screen\n\
270 --geometry, -g GEOMETRY window geometry\n\ 273 --geometry, -g GEOMETRY window geometry\n\
271 --iconic start Emacs in iconified state\n\ 274 --iconic start Emacs in iconified state\n\
272 --icon-type, -i use picture of gnu for Emacs icon\n\ 275 --icon-type, -i use picture of gnu for Emacs icon\n\
273 --internal-border, -ib WIDTH width between text and main border\n\ 276 --internal-border, -ib WIDTH width between text and main border\n\
274 --line-spacing, -lsp PIXELS additional space to put between lines\n\ 277 --line-spacing, -lsp PIXELS additional space to put between lines\n\
1658 { "-ib", "--internal-border", 10, 1 }, 1661 { "-ib", "--internal-border", 10, 1 },
1659 { "-ms", "--mouse-color", 10, 1 }, 1662 { "-ms", "--mouse-color", 10, 1 },
1660 { "-cr", "--cursor-color", 10, 1 }, 1663 { "-cr", "--cursor-color", 10, 1 },
1661 { "-fn", "--font", 10, 1 }, 1664 { "-fn", "--font", 10, 1 },
1662 { "-font", 0, 10, 1 }, 1665 { "-font", 0, 10, 1 },
1666 { "-fs", "--fullscreen", 10, 0 },
1667 { "-fw", "--fullwidth", 10, 0 },
1668 { "-fh", "--fullheight", 10, 0 },
1663 { "-g", "--geometry", 10, 1 }, 1669 { "-g", "--geometry", 10, 1 },
1664 { "-geometry", 0, 10, 1 }, 1670 { "-geometry", 0, 10, 1 },
1665 { "-T", "--title", 10, 1 }, 1671 { "-T", "--title", 10, 1 },
1666 { "-title", 0, 10, 1 }, 1672 { "-title", 0, 10, 1 },
1667 { "-name", "--name", 10, 1 }, 1673 { "-name", "--name", 10, 1 },