diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-15 09:25:42 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-15 09:25:42 +0200 |
commit | 6a6f45e0433e750bdff28a22039108ca6d577ab8 (patch) | |
tree | fe975c1cfe76523a73c898166ba8789918888371 /doc/it/autogen/user | |
parent | 0f7720d5cbc022d864e511cc494235e82a7d49f2 (diff) | |
download | weechat-6a6f45e0433e750bdff28a22039108ca6d577ab8.zip |
script: add status "a" (autoloaded) for scripts
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/script_commands.txt | 11 | ||||
-rw-r--r-- | doc/it/autogen/user/script_options.txt | 7 |
2 files changed, 12 insertions, 6 deletions
diff --git a/doc/it/autogen/user/script_commands.txt b/doc/it/autogen/user/script_commands.txt index ab430e4bd..80d46a9fe 100644 --- a/doc/it/autogen/user/script_commands.txt +++ b/doc/it/autogen/user/script_commands.txt @@ -21,11 +21,12 @@ Without argument, this command opens a buffer with list of scripts. On script buffer, the possible status for each script are: - * i H r N - | | | | | - | | | | obsolete (new version available) - | | | running (loaded) - | | held + * i a H r N + | | | | | | + | | | | | obsolete (new version available) + | | | | running (loaded) + | | | held + | | autoloaded | installed popular script diff --git a/doc/it/autogen/user/script_options.txt b/doc/it/autogen/user/script_options.txt index 2db7cf2d8..d5154a591 100644 --- a/doc/it/autogen/user/script_options.txt +++ b/doc/it/autogen/user/script_options.txt @@ -1,3 +1,8 @@ +* [[option_script.color.status_autoloaded]] *script.color.status_autoloaded* +** descrizione: `color for status "autoloaded" ("a")` +** tipo: colore +** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `cyan`) + * [[option_script.color.status_held]] *script.color.status_held* ** descrizione: `color for status "held" ("H")` ** tipo: colore @@ -129,7 +134,7 @@ ** valori: qualsiasi stringa (valore predefinito: `"%s %n %V %v %u | %d | %t"`) * [[option_script.look.sort]] *script.look.sort* -** descrizione: `default sort keys for scripts: comma-separated list of identifiers: a=author, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` +** descrizione: `default sort keys for scripts: comma-separated list of identifiers: a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"p,n"`) |