summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/user/script_commands.txt11
-rw-r--r--doc/it/autogen/user/script_options.txt7
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"`)