Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
94452530
Commit
94452530
authored
Jan 13, 2002
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(USAGE2): Add the new full-screen arguments.
(standard_args): Ditto.
parent
4f1b1854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/emacs.c
src/emacs.c
+6
-0
No files found.
src/emacs.c
View file @
94452530
...
...
@@ -267,6 +267,9 @@ Display options:\n\
--display, -d DISPLAY use X server DISPLAY\n\
--font, -fn FONT default font; must be fixed-width\n\
--foreground-color, -fg COLOR window foreground color\n\
--fullscreen, -fs make first frame fullscreen\n\
--fullwidth, -fw make the first frame wide as the screen\n\
--fullheight, -fh make the first frame high as the screen\n\
--geometry, -g GEOMETRY window geometry\n\
--iconic start Emacs in iconified state\n\
--icon-type, -i use picture of gnu for Emacs icon\n\
...
...
@@ -1660,6 +1663,9 @@ struct standard_args standard_args[] =
{
"-cr"
,
"--cursor-color"
,
10
,
1
},
{
"-fn"
,
"--font"
,
10
,
1
},
{
"-font"
,
0
,
10
,
1
},
{
"-fs"
,
"--fullscreen"
,
10
,
0
},
{
"-fw"
,
"--fullwidth"
,
10
,
0
},
{
"-fh"
,
"--fullheight"
,
10
,
0
},
{
"-g"
,
"--geometry"
,
10
,
1
},
{
"-geometry"
,
0
,
10
,
1
},
{
"-T"
,
"--title"
,
10
,
1
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment