Command-line options still implied only specific screen sizes were possible.
This commit is contained in:
parent
21df867051
commit
8ac445b312
2 changed files with 7 additions and 15 deletions
|
|
@ -525,11 +525,7 @@ Windows Users
|
||||||
Options can also be issued on the command-line when you start Tux Paint.
|
Options can also be issued on the command-line when you start Tux Paint.
|
||||||
|
|
||||||
--fullscreen
|
--fullscreen
|
||||||
--800x600
|
--WIDTHxHEIGHT
|
||||||
--1024x768
|
|
||||||
--1280x1204
|
|
||||||
--1400x1050
|
|
||||||
--1600x1200
|
|
||||||
--startblank
|
--startblank
|
||||||
--nosound
|
--nosound
|
||||||
--noquit
|
--noquit
|
||||||
|
|
@ -560,7 +556,7 @@ Windows Users
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
--windowed
|
--windowed
|
||||||
--640x480
|
--800x600
|
||||||
--startlast
|
--startlast
|
||||||
--sound
|
--sound
|
||||||
--quit
|
--quit
|
||||||
|
|
|
||||||
|
|
@ -832,16 +832,12 @@ New Breed Software</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code><b>
|
<dt><code><b>
|
||||||
--fullscreen<br>
|
--fullscreen<br>
|
||||||
--800x600<br>
|
--<i>WIDTH</i>x<i>HEIGHT</i><br>
|
||||||
--1024x768<br>
|
|
||||||
--1280x1204<br>
|
|
||||||
--1400x1050<br>
|
|
||||||
--1600x1200<br>
|
|
||||||
--startblank<br>
|
--startblank<br>
|
||||||
--nosound<br>
|
--nosound<br>
|
||||||
--noquit<br>
|
--noquit<br>
|
||||||
--noprint<br>
|
--noprint<br>
|
||||||
--printdelay=SECONDS<br>
|
--printdelay=<i>SECONDS</i><br>
|
||||||
--printcfg<br>
|
--printcfg<br>
|
||||||
--simpleshapes<br>
|
--simpleshapes<br>
|
||||||
--uppercase<br>
|
--uppercase<br>
|
||||||
|
|
@ -856,11 +852,11 @@ New Breed Software</p>
|
||||||
--sysfonts<br>
|
--sysfonts<br>
|
||||||
--mirrorstamps<br>
|
--mirrorstamps<br>
|
||||||
--keyboard<br>
|
--keyboard<br>
|
||||||
--savedir DIRECTORY<br>
|
--savedir <i>DIRECTORY</i><br>
|
||||||
--saveover<br>
|
--saveover<br>
|
||||||
--saveovernew<br>
|
--saveovernew<br>
|
||||||
--nosave<br>
|
--nosave<br>
|
||||||
--lang LANGUAGE<br>
|
--lang <i>LANGUAGE</i><br>
|
||||||
</b></code></dt>
|
</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
These enable or correspond to the configuration file options
|
These enable or correspond to the configuration file options
|
||||||
|
|
@ -870,7 +866,7 @@ New Breed Software</p>
|
||||||
|
|
||||||
<dt><code><b>
|
<dt><code><b>
|
||||||
--windowed<br>
|
--windowed<br>
|
||||||
--640x480<br>
|
--800x600<br>
|
||||||
--startlast<br>
|
--startlast<br>
|
||||||
--sound<br>
|
--sound<br>
|
||||||
--quit<br>
|
--quit<br>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue