comparison lisp/startup.el @ 42711:3388d70b1a06

(command-line-x-option-alist): New options "-fs", "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
author Eli Zaretskii <eliz@gnu.org>
date Sun, 13 Jan 2002 11:47:08 +0000
parents d8ac9a604877
children 00370dd7111e
comparison
equal deleted inserted replaced
42710:036b67c8fc3f 42711:3388d70b1a06
194 ("-rv" 0 x-handle-switch reverse t) 194 ("-rv" 0 x-handle-switch reverse t)
195 ("-reverse" 0 x-handle-switch reverse t) 195 ("-reverse" 0 x-handle-switch reverse t)
196 ("-reverse-video" 0 x-handle-switch reverse t) 196 ("-reverse-video" 0 x-handle-switch reverse t)
197 ("-fn" 1 x-handle-switch font) 197 ("-fn" 1 x-handle-switch font)
198 ("-font" 1 x-handle-switch font) 198 ("-font" 1 x-handle-switch font)
199 ("-fs" 0 x-handle-initial-switch fullscreen fullboth)
200 ("-fw" 0 x-handle-initial-switch fullscreen fullwidth)
201 ("-fh" 0 x-handle-initial-switch fullscreen fullheight)
199 ("-ib" 1 x-handle-numeric-switch internal-border-width) 202 ("-ib" 1 x-handle-numeric-switch internal-border-width)
200 ("-g" 1 x-handle-geometry) 203 ("-g" 1 x-handle-geometry)
201 ("-lsp" 1 x-handle-numeric-switch line-spacing) 204 ("-lsp" 1 x-handle-numeric-switch line-spacing)
202 ("-geometry" 1 x-handle-geometry) 205 ("-geometry" 1 x-handle-geometry)
203 ("-fg" 1 x-handle-switch foreground-color) 206 ("-fg" 1 x-handle-switch foreground-color)
217 ("--display" 1 x-handle-display) 220 ("--display" 1 x-handle-display)
218 ("--name" 1 x-handle-name-switch) 221 ("--name" 1 x-handle-name-switch)
219 ("--title" 1 x-handle-switch title) 222 ("--title" 1 x-handle-switch title)
220 ("--reverse-video" 0 x-handle-switch reverse t) 223 ("--reverse-video" 0 x-handle-switch reverse t)
221 ("--font" 1 x-handle-switch font) 224 ("--font" 1 x-handle-switch font)
225 ("--fullscreen" 0 x-handle-initial-switch fullscreen fullboth)
226 ("--fullwidth" 0 x-handle-initial-switch fullscreen fullwidth)
227 ("--fullheight" 0 x-handle-initial-switch fullscreen fullheight)
222 ("--internal-border" 1 x-handle-numeric-switch internal-border-width) 228 ("--internal-border" 1 x-handle-numeric-switch internal-border-width)
223 ("--geometry" 1 x-handle-geometry) 229 ("--geometry" 1 x-handle-geometry)
224 ("--foreground-color" 1 x-handle-switch foreground-color) 230 ("--foreground-color" 1 x-handle-switch foreground-color)
225 ("--background-color" 1 x-handle-switch background-color) 231 ("--background-color" 1 x-handle-switch background-color)
226 ("--mouse-color" 1 x-handle-switch mouse-color) 232 ("--mouse-color" 1 x-handle-switch mouse-color)