Sync docs & update bash completion re: brushspacing
This commit is contained in:
parent
e1a721fb9d
commit
774954f9fc
16 changed files with 197 additions and 11 deletions
|
|
@ -454,6 +454,21 @@ Simplification
|
||||||
"nolabel=no" or "label=yes". In both cases, may be
|
"nolabel=no" or "label=yes". In both cases, may be
|
||||||
overridden by the command-line option "--label".
|
overridden by the command-line option "--label".
|
||||||
|
|
||||||
|
nobrushspacing=yes
|
||||||
|
|
||||||
|
Disables the brush spacing option of the Paint and Lines
|
||||||
|
tools. The brushes' default spacings will be used.
|
||||||
|
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user
|
||||||
|
interface in version 0.9.28. For more information on brush
|
||||||
|
spacing, see EXTENDING.html
|
||||||
|
|
||||||
|
Note: If used in a system-wide configuration file, may be
|
||||||
|
overridden by the user's configuration file using
|
||||||
|
"nobrushspacing=no" or "brushspacing=yes". In both cases,
|
||||||
|
may be overridden by the command-line option
|
||||||
|
"--brushspacing".
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Languages
|
Languages
|
||||||
|
|
|
||||||
|
|
@ -620,6 +620,19 @@
|
||||||
<p>
|
<p>
|
||||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nolabel=no</code>" or "<code>label=yes</code>". In both cases, may be overridden by the command-line option "<code>--label</code>". </p>
|
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nolabel=no</code>" or "<code>label=yes</code>". In both cases, may be overridden by the command-line option "<code>--label</code>". </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>nobrushspacing=yes</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Disables the brush spacing option of the <b>Paint</b> and <b>Lines</b> tools. The brushes' default spacings will be used. </p>
|
||||||
|
<p>
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user interface in version 0.9.28. For more information on brush spacing, see <a href="EXTENDING.html">EXTENDING.html</a> </p>
|
||||||
|
<p>
|
||||||
|
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobrushspacing=no</code>" or "<code>brushspacing=yes</code>". In both cases, may be overridden by the command-line option "<code>--brushspacing</code>". </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -454,6 +454,21 @@ Simplification
|
||||||
"nolabel=no" or "label=yes". In both cases, may be
|
"nolabel=no" or "label=yes". In both cases, may be
|
||||||
overridden by the command-line option "--label".
|
overridden by the command-line option "--label".
|
||||||
|
|
||||||
|
nobrushspacing=yes
|
||||||
|
|
||||||
|
Disables the brush spacing option of the Paint and Lines
|
||||||
|
tools. The brushes' default spacings will be used.
|
||||||
|
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user
|
||||||
|
interface in version 0.9.28. For more information on brush
|
||||||
|
spacing, see EXTENDING.html
|
||||||
|
|
||||||
|
Note: If used in a system-wide configuration file, may be
|
||||||
|
overridden by the user's configuration file using
|
||||||
|
"nobrushspacing=no" or "brushspacing=yes". In both cases,
|
||||||
|
may be overridden by the command-line option
|
||||||
|
"--brushspacing".
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Languages
|
Languages
|
||||||
|
|
|
||||||
|
|
@ -620,6 +620,19 @@
|
||||||
<p>
|
<p>
|
||||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nolabel=no</code>" or "<code>label=yes</code>". In both cases, may be overridden by the command-line option "<code>--label</code>". </p>
|
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nolabel=no</code>" or "<code>label=yes</code>". In both cases, may be overridden by the command-line option "<code>--label</code>". </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>nobrushspacing=yes</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Disables the brush spacing option of the <b>Paint</b> and <b>Lines</b> tools. The brushes' default spacings will be used. </p>
|
||||||
|
<p>
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user interface in version 0.9.28. For more information on brush spacing, see <a href="EXTENDING.html">EXTENDING.html</a> </p>
|
||||||
|
<p>
|
||||||
|
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobrushspacing=no</code>" or "<code>brushspacing=yes</code>". In both cases, may be overridden by the command-line option "<code>--brushspacing</code>". </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -500,6 +500,22 @@ Simplification
|
||||||
"label=yes". Dans les deux cas, il peut être remplacé avec
|
"label=yes". Dans les deux cas, il peut être remplacé avec
|
||||||
l'option en ligne de commande "--label".
|
l'option en ligne de commande "--label".
|
||||||
|
|
||||||
|
nobrushspacing=yes
|
||||||
|
|
||||||
|
Disables the brush spacing option of the Paint and Lines
|
||||||
|
tools. The brushes' default spacings will be used.
|
||||||
|
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user
|
||||||
|
interface in version 0.9.28. For more information on brush
|
||||||
|
spacing, see EXTENDING.html
|
||||||
|
|
||||||
|
Note : si utilisé dans un fichier de configuration pour tout
|
||||||
|
le monde, il peut être remplacé par le fichier de
|
||||||
|
configuration de l(utilisateur en utilisant
|
||||||
|
"nobrushspacing=no" ou "brushspacing=yes". Dans les deux
|
||||||
|
cas, il peut être remplacé avec l'option en ligne de
|
||||||
|
commande "--brushspacing".
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Langues
|
Langues
|
||||||
|
|
|
||||||
|
|
@ -620,6 +620,19 @@
|
||||||
<p>
|
<p>
|
||||||
Note : si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l(utilisateur en utilisant "<code>nolabel=no</code>" ou "<code>label=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--label</code>". </p>
|
Note : si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l(utilisateur en utilisant "<code>nolabel=no</code>" ou "<code>label=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--label</code>". </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>nobrushspacing=yes</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Disables the brush spacing option of the <b>Paint</b> and <b>Lines</b> tools. The brushes' default spacings will be used. </p>
|
||||||
|
<p>
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user interface in version 0.9.28. For more information on brush spacing, see <a href="EXTENDING.html">EXTENDING.html</a> </p>
|
||||||
|
<p>
|
||||||
|
Note : si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l(utilisateur en utilisant "<code>nobrushspacing=no</code>" ou "<code>brushspacing=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--brushspacing</code>". </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -465,6 +465,21 @@ Simplificación
|
||||||
"nolabel=no" or "label=yes". In both cases, may be
|
"nolabel=no" or "label=yes". In both cases, may be
|
||||||
overridden by the command-line option "--label".
|
overridden by the command-line option "--label".
|
||||||
|
|
||||||
|
nobrushspacing=yes
|
||||||
|
|
||||||
|
Disables the brush spacing option of the Paint and Lines
|
||||||
|
tools. The brushes' default spacings will be used.
|
||||||
|
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user
|
||||||
|
interface in version 0.9.28. For more information on brush
|
||||||
|
spacing, see EXTENDING.html
|
||||||
|
|
||||||
|
Note: If used in a system-wide configuration file, may be
|
||||||
|
overridden by the user's configuration file using
|
||||||
|
"nobrushspacing=no" or "brushspacing=yes". In both cases,
|
||||||
|
may be overridden by the command-line option
|
||||||
|
"--brushspacing".
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Languages
|
Languages
|
||||||
|
|
|
||||||
|
|
@ -620,6 +620,19 @@
|
||||||
<p>
|
<p>
|
||||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nolabel=no</code>" or "<code>label=yes</code>". In both cases, may be overridden by the command-line option "<code>--label</code>". </p>
|
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nolabel=no</code>" or "<code>label=yes</code>". In both cases, may be overridden by the command-line option "<code>--label</code>". </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>nobrushspacing=yes</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Disables the brush spacing option of the <b>Paint</b> and <b>Lines</b> tools. The brushes' default spacings will be used. </p>
|
||||||
|
<p>
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user interface in version 0.9.28. For more information on brush spacing, see <a href="EXTENDING.html">EXTENDING.html</a> </p>
|
||||||
|
<p>
|
||||||
|
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobrushspacing=no</code>" or "<code>brushspacing=yes</code>". In both cases, may be overridden by the command-line option "<code>--brushspacing</code>". </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -366,6 +366,20 @@ Windows のユーザー
|
||||||
"label=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
|
"label=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
|
||||||
"--label" で変更できます。
|
"--label" で変更できます。
|
||||||
|
|
||||||
|
nobrushspacing=yes
|
||||||
|
|
||||||
|
Disables the brush spacing option of the Paint and Lines
|
||||||
|
tools. The brushes' default spacings will be used.
|
||||||
|
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user
|
||||||
|
interface in version 0.9.28. For more information on brush
|
||||||
|
spacing, see EXTENDING.html
|
||||||
|
|
||||||
|
注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nobrushspacing=no"
|
||||||
|
または "brushspacing=yes"
|
||||||
|
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
|
||||||
|
"--brushspacing" で変更できます。
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
言語関連
|
言語関連
|
||||||
|
|
|
||||||
|
|
@ -620,6 +620,19 @@
|
||||||
<p>
|
<p>
|
||||||
注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nolabel=no</code>" または "<code>label=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--label</code>" で変更できます。 </p>
|
注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nolabel=no</code>" または "<code>label=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--label</code>" で変更できます。 </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>nobrushspacing=yes</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Disables the brush spacing option of the <b>Paint</b> and <b>Lines</b> tools. The brushes' default spacings will be used. </p>
|
||||||
|
<p>
|
||||||
|
Note: The brush spacing option was added to Tux Paint's user interface in version 0.9.28. For more information on brush spacing, see <a href="EXTENDING.html">EXTENDING.html</a> </p>
|
||||||
|
<p>
|
||||||
|
注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nobrushspacing=no</code>" または "<code>brushspacing=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--brushspacing</code>" で変更できます。 </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" tuxpaint.1 - 2021.11.25
|
.\" tuxpaint.1 - 2022.01.18
|
||||||
.TH TUXPAINT 1 "November 25, 2021" "0.9.28" "Tux Paint"
|
.TH TUXPAINT 1 "January 18, 2022" "0.9.28" "Tux Paint"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
|
|
||||||
|
|
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-nolabel]
|
[\-\-nolabel]
|
||||||
.br
|
.br
|
||||||
|
[\-\-nobrushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorslast]
|
[\-\-newcolorslast]
|
||||||
.br
|
.br
|
||||||
[\-\-mirrorstamps]
|
[\-\-mirrorstamps]
|
||||||
|
|
@ -213,6 +215,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-label]
|
[\-\-label]
|
||||||
.br
|
.br
|
||||||
|
[\-\-brushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorsfirst]
|
[\-\-newcolorsfirst]
|
||||||
.br
|
.br
|
||||||
[\-\-dontmirrorstamps]
|
[\-\-dontmirrorstamps]
|
||||||
|
|
@ -419,6 +423,11 @@ initially clicked.
|
||||||
Disable or enable (default) the Label tool, which lets you create text
|
Disable or enable (default) the Label tool, which lets you create text
|
||||||
which can be altered or moved later.
|
which can be altered or moved later.
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-nobrushspacing \-\-brushspacing
|
||||||
|
Disable or enable (default) the brush spacing option of the Paint and Lines
|
||||||
|
tools, which allows you to override the default spacing of a brush.
|
||||||
|
|
||||||
.SH OPTIONS - CONTROLLING TUX PAINT
|
.SH OPTIONS - CONTROLLING TUX PAINT
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter how you control Tux
|
\fItuxpaint\fP accepts the following options to alter how you control Tux
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" tuxpaint.1 - 2021.11.25
|
.\" tuxpaint.1 - 2022.01.18
|
||||||
.TH TUXPAINT 1 "noviembre 25, 2021" "0.9.28" "Tux Paint"
|
.TH TUXPAINT 1 "enero 18, 2022" "0.9.28" "Tux Paint"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
|
|
||||||
|
|
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-nolabel]
|
[\-\-nolabel]
|
||||||
.br
|
.br
|
||||||
|
[\-\-nobrushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorslast]
|
[\-\-newcolorslast]
|
||||||
.br
|
.br
|
||||||
[\-\-mirrorstamps]
|
[\-\-mirrorstamps]
|
||||||
|
|
@ -213,6 +215,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-label]
|
[\-\-label]
|
||||||
.br
|
.br
|
||||||
|
[\-\-brushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorsfirst]
|
[\-\-newcolorsfirst]
|
||||||
.br
|
.br
|
||||||
[\-\-dontmirrorstamps]
|
[\-\-dontmirrorstamps]
|
||||||
|
|
@ -419,6 +423,11 @@ initially clicked.
|
||||||
Disable or enable (default) the Label tool, which lets you create text
|
Disable or enable (default) the Label tool, which lets you create text
|
||||||
which can be altered or moved later.
|
which can be altered or moved later.
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-nobrushspacing \-\-brushspacing
|
||||||
|
Disable or enable (default) the brush spacing option of the Paint and Lines
|
||||||
|
tools, which allows you to override the default spacing of a brush.
|
||||||
|
|
||||||
.SH OPTIONS - CONTROLLING TUX PAINT
|
.SH OPTIONS - CONTROLLING TUX PAINT
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter how you control Tux
|
\fItuxpaint\fP accepts the following options to alter how you control Tux
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" tuxpaint.1 - 2021.11.25
|
.\" tuxpaint.1 - 2022.01.18
|
||||||
.TH TUXPAINT 1 "novembre 25, 2021" "0.9.28" "Tux Paint"
|
.TH TUXPAINT 1 "janvier 18, 2022" "0.9.28" "Tux Paint"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
||||||
|
|
||||||
|
|
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
||||||
.br
|
.br
|
||||||
[\-\-nolabel]
|
[\-\-nolabel]
|
||||||
.br
|
.br
|
||||||
|
[\-\-nobrushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorslast]
|
[\-\-newcolorslast]
|
||||||
.br
|
.br
|
||||||
[\-\-mirrorstamps]
|
[\-\-mirrorstamps]
|
||||||
|
|
@ -213,6 +215,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
||||||
.br
|
.br
|
||||||
[\-\-label]
|
[\-\-label]
|
||||||
.br
|
.br
|
||||||
|
[\-\-brushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorsfirst]
|
[\-\-newcolorsfirst]
|
||||||
.br
|
.br
|
||||||
[\-\-dontmirrorstamps]
|
[\-\-dontmirrorstamps]
|
||||||
|
|
@ -429,6 +433,11 @@ partir d'un coin, là où la souris a cliqué en premier.
|
||||||
Désactive (ou active) l'outil Étiquette, ce qui vous permet de créer un
|
Désactive (ou active) l'outil Étiquette, ce qui vous permet de créer un
|
||||||
texte qui peut être modifié ou déplacé plus tard.
|
texte qui peut être modifié ou déplacé plus tard.
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-nobrushspacing \-\-brushspacing
|
||||||
|
Disable or enable (default) the brush spacing option of the Paint and Lines
|
||||||
|
tools, which allows you to override the default spacing of a brush.
|
||||||
|
|
||||||
.SH OPTIONS - CONTROLLING TUX PAINT
|
.SH OPTIONS - CONTROLLING TUX PAINT
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepte les options suivantes pour modifier la manière dont
|
\fItuxpaint\fP accepte les options suivantes pour modifier la manière dont
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" tuxpaint.1 - 2021.11.25
|
.\" tuxpaint.1 - 2022.01.18
|
||||||
.TH TUXPAINT 1 "25 de Novembro de 2021" "0.9.28" "Tux Paint"
|
.TH TUXPAINT 1 "18 de Xaneiro de 2022" "0.9.28" "Tux Paint"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
|
|
||||||
|
|
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-nolabel]
|
[\-\-nolabel]
|
||||||
.br
|
.br
|
||||||
|
[\-\-nobrushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorslast]
|
[\-\-newcolorslast]
|
||||||
.br
|
.br
|
||||||
[\-\-mirrorstamps]
|
[\-\-mirrorstamps]
|
||||||
|
|
@ -213,6 +215,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-label]
|
[\-\-label]
|
||||||
.br
|
.br
|
||||||
|
[\-\-brushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorsfirst]
|
[\-\-newcolorsfirst]
|
||||||
.br
|
.br
|
||||||
[\-\-dontmirrorstamps]
|
[\-\-dontmirrorstamps]
|
||||||
|
|
@ -419,6 +423,11 @@ initially clicked.
|
||||||
Disable or enable (default) the Label tool, which lets you create text
|
Disable or enable (default) the Label tool, which lets you create text
|
||||||
which can be altered or moved later.
|
which can be altered or moved later.
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-nobrushspacing \-\-brushspacing
|
||||||
|
Disable or enable (default) the brush spacing option of the Paint and Lines
|
||||||
|
tools, which allows you to override the default spacing of a brush.
|
||||||
|
|
||||||
.SH OPTIONS - CONTROLLING TUX PAINT
|
.SH OPTIONS - CONTROLLING TUX PAINT
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter how you control Tux
|
\fItuxpaint\fP accepts the following options to alter how you control Tux
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" tuxpaint.1 - 2021.11.25
|
.\" tuxpaint.1 - 2022.01.18
|
||||||
.TH TUXPAINT 1 "2021年11月25日" "0.9.28" "Tux Paint"
|
.TH TUXPAINT 1 "2022年1月18日" "0.9.28" "Tux Paint"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tuxpaint -- 小さな子供向けのお絵かきプログラム
|
tuxpaint -- 小さな子供向けのお絵かきプログラム
|
||||||
|
|
||||||
|
|
@ -71,6 +71,8 @@ tuxpaint -- 小さな子供向けのお絵かきプログラム
|
||||||
.br
|
.br
|
||||||
[\-\-nolabel]
|
[\-\-nolabel]
|
||||||
.br
|
.br
|
||||||
|
[\-\-nobrushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorslast]
|
[\-\-newcolorslast]
|
||||||
.br
|
.br
|
||||||
[\-\-mirrorstamps]
|
[\-\-mirrorstamps]
|
||||||
|
|
@ -213,6 +215,8 @@ tuxpaint -- 小さな子供向けのお絵かきプログラム
|
||||||
.br
|
.br
|
||||||
[\-\-label]
|
[\-\-label]
|
||||||
.br
|
.br
|
||||||
|
[\-\-brushspacing]
|
||||||
|
.br
|
||||||
[\-\-newcolorsfirst]
|
[\-\-newcolorsfirst]
|
||||||
.br
|
.br
|
||||||
[\-\-dontmirrorstamps]
|
[\-\-dontmirrorstamps]
|
||||||
|
|
@ -419,6 +423,11 @@ initially clicked.
|
||||||
Disable or enable (default) the Label tool, which lets you create text
|
Disable or enable (default) the Label tool, which lets you create text
|
||||||
which can be altered or moved later.
|
which can be altered or moved later.
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-nobrushspacing \-\-brushspacing
|
||||||
|
Disable or enable (default) the brush spacing option of the Paint and Lines
|
||||||
|
tools, which allows you to override the default spacing of a brush.
|
||||||
|
|
||||||
.SH OPTIONS - CONTROLLING TUX PAINT
|
.SH OPTIONS - CONTROLLING TUX PAINT
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter how you control Tux
|
\fItuxpaint\fP accepts the following options to alter how you control Tux
|
||||||
|
|
|
||||||
|
|
@ -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 2021-08-07
|
# Last modified 2022-01-18
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
|
|
@ -40,6 +40,7 @@ _tuxpaint()
|
||||||
--complexshapes -s --simpleshapes \
|
--complexshapes -s --simpleshapes \
|
||||||
-m --mixedcase -u --uppercase \
|
-m --mixedcase -u --uppercase \
|
||||||
--label --nolabel \
|
--label --nolabel \
|
||||||
|
--brushspacing --nobrushspacing \
|
||||||
--fancycursors --nofancycursors \
|
--fancycursors --nofancycursors \
|
||||||
--hidecursor --showcursor \
|
--hidecursor --showcursor \
|
||||||
--mouse --keyboard \
|
--mouse --keyboard \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue