Mention --buttonsize in manpage; tab completion
This commit is contained in:
parent
5946a0fa71
commit
659b786fe5
2 changed files with 15 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
.\" tuxpaint.1 - 2021.01.13
|
.\" tuxpaint.1 - 2021.01.18
|
||||||
.TH TUXPAINT 1 "13 January 2021" "0.9.26" "Tux Paint"
|
.TH TUXPAINT 1 "18 January 2021" "0.9.26" "Tux Paint"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
|
|
||||||
|
|
@ -19,6 +19,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-orient=portrait]
|
[\-\-orient=portrait]
|
||||||
.br
|
.br
|
||||||
|
[\-\-buttonsize SIZE]
|
||||||
|
.br
|
||||||
[\-\-startblank]
|
[\-\-startblank]
|
||||||
.br
|
.br
|
||||||
[\-\-nosound]
|
[\-\-nosound]
|
||||||
|
|
@ -155,6 +157,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-orient=landscape]
|
[\-\-orient=landscape]
|
||||||
.br
|
.br
|
||||||
|
[\-\-buttonsize 48]
|
||||||
|
.br
|
||||||
[\-\-startlast]
|
[\-\-startlast]
|
||||||
.br
|
.br
|
||||||
[\-\-sound]
|
[\-\-sound]
|
||||||
|
|
@ -296,6 +300,12 @@ change the WIDTH and HEIGHT values in the configuration file or on the
|
||||||
command-line. (This is useful on devices where the screen can be rotated,
|
command-line. (This is useful on devices where the screen can be rotated,
|
||||||
e.g. tablet PCs.)
|
e.g. tablet PCs.)
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-buttonsize SIZE
|
||||||
|
Adjust the size of the buttons in \fITux Paint's\fP user interface,
|
||||||
|
between 24 and 192 pixels (48 is the default, and suitable for displays
|
||||||
|
with 96 to 120dpi pixel density).
|
||||||
|
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-nosound \-\-sound
|
.B \-\-nosound \-\-sound
|
||||||
Disable or enable (default) sound.
|
Disable or enable (default) sound.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# Bill Kendrick <bill@newbreedsoftware.com>; http://www.tuxpaint.org/
|
# Bill Kendrick <bill@newbreedsoftware.com>; http://www.tuxpaint.org/
|
||||||
# Based on inkscape's completion file, by allali@univ-mlv.fr
|
# Based on inkscape's completion file, by allali@univ-mlv.fr
|
||||||
#
|
#
|
||||||
# Last modified 2020-08-15
|
# Last modified 2021-01-18
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
|
|
@ -30,6 +30,7 @@ _tuxpaint()
|
||||||
--native \
|
--native \
|
||||||
--disablescreensaver --allowscreensaver \
|
--disablescreensaver --allowscreensaver \
|
||||||
--orient=landscape --orient=portrait \
|
--orient=landscape --orient=portrait \
|
||||||
|
--buttonsize \
|
||||||
-b --startblank --startlast \
|
-b --startblank --startlast \
|
||||||
--sound -q --nosound \
|
--sound -q --nosound \
|
||||||
--stereo --nostereo \
|
--stereo --nostereo \
|
||||||
|
|
@ -99,7 +100,7 @@ _tuxpaint()
|
||||||
# else
|
# else
|
||||||
# _filedir '@(ai|ani|bmp|cur|dia|eps|gif|ggr|ico|jpe|jpeg|jpg|pbm|pcx|pdf|pgm|png|ppm|pnm|ps|ras|sk|svg|svgz|targa|tga|tif|tiff|txt|wbmp|wmf|xbm|xpm)'
|
# _filedir '@(ai|ani|bmp|cur|dia|eps|gif|ggr|ico|jpe|jpeg|jpg|pbm|pcx|pdf|pgm|png|ppm|pnm|ps|ras|sk|svg|svgz|targa|tga|tif|tiff|txt|wbmp|wmf|xbm|xpm)'
|
||||||
#
|
#
|
||||||
# FIXME: Allwo tab completion to show options after --lang (though may need to add support for --lang= for that to work?) -bjk 2009.09.09
|
# FIXME: Allow tab completion to show options after --lang (though may need to add support for --lang= for that to work?) -bjk 2009.09.09
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue