summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/exec_options.adoc
blob: 562b044766a3540caab819df6c475936bc65c6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//
// This file is auto-generated by script docgen.py.
// DO NOT EDIT BY HAND!
//
* [[option_exec.color.flag_finished]] *exec.color.flag_finished*
** 説明: pass:none[コマンドリストで使う実行完了コマンドのフラグに対するテキスト色]
** タイプ: 色
** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_"
** デフォルト値: `+lightred+`

* [[option_exec.color.flag_running]] *exec.color.flag_running*
** 説明: pass:none[コマンドリストで使う実行中コマンドのフラグに対するテキスト色]
** タイプ: 色
** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_"
** デフォルト値: `+lightgreen+`

* [[option_exec.command.default_options]] *exec.command.default_options*
** 説明: pass:none[/exec コマンドのデフォルトオプション (/help exec を参照してください); 例: "-nosh -bg" は全てのコマンドをバックグラウンドで実行し (出力なし)、シェルを使わない]
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+""+`

* [[option_exec.command.purge_delay]] *exec.command.purge_delay*
** 説明: pass:none[接続を切ったクライアントを追い出すまでの遅延時間 (秒単位、0 = すぐにクライアントを追い出す、-1 = 追い出さない)]
** タイプ: 整数
** 値: -1 .. 25920000
** デフォルト値: `+0+`

* [[option_exec.command.shell]] *exec.command.shell*
** 説明: pass:none[shell to use with command "/exec -sh"; it can be just the name of shell if it is in PATH (for example "bash") or the absolute path to the shell (for example "/bin/bash"); if value is empty, "sh" is used (note: content is evaluated, see /help eval)]
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+"${env:SHELL}"+`