Update places that mentioned "--fullscreen" with no args
Since `parse.gperf` was added long ago, the ability to run Tux Paint with "--fullscreen" command-line, or simply "fullscreen" in the config. file, no longer exists. It must be `--fullscreen=yes` (or `--fullscreen=native` as an alternative to `--fullscreen=yes --native`). It can also accept `--fullscreen=no` as an alternative to `--windowed`. Updating the following places * BASH tab completion * `tuxpaint --help` output * FAQ h/t Karl for reporting Closes https://sourceforge.net/p/tuxpaint/bugs/289/
This commit is contained in:
parent
93a8fd8815
commit
aed818f1b1
17 changed files with 114 additions and 100 deletions
|
|
@ -8109,13 +8109,14 @@ void show_usage(int exitcode)
|
|||
" [--nosysconfig]\n"
|
||||
"\n"
|
||||
" Video/Sound:\n"
|
||||
" [--windowed | --fullscreen]\n"
|
||||
" [--fullscreen=yes | --fullscreen=native | --fullscreen=no]\n"
|
||||
" [--windowed]\n"
|
||||
" [--WIDTHxHEIGHT | --native]\n"
|
||||
" [--orient=landscape | --orient=portrait]\n"
|
||||
" [--disablescreensaver | --allowscreensaver ]\n"
|
||||
" [--sound | --nosound]\n"
|
||||
" [--stereo | --nostereo]\n"
|
||||
" [--buttonsize=N] (24-192; default=48) | [--buttonsize=auto]\n"
|
||||
" [--buttonsize=N (24-192; default=48) | --buttonsize=auto]\n"
|
||||
" [--colorsrows=N] (1-3; default=1)\n"
|
||||
" [--colorfile FILE]\n"
|
||||
"\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue