diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-10 08:54:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-10 08:54:03 +0200 |
commit | 7634774327a231f2705a2ad68229b0037a92c9e7 (patch) | |
tree | 4bd3cb14f87ccf0f7bc6c51954281abfc743889d /doc/it | |
parent | e69cffd9bc1b921ab26220dbb592a084e7dd5e03 (diff) | |
download | weechat-7634774327a231f2705a2ad68229b0037a92c9e7.zip |
core: add buffer property "input_prompt"
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 37423b72b..856ac1930 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -12729,6 +12729,11 @@ List of signals sent by WeeChat and plugins: | Puntatore: buffer. | Ricerca testo nel buffer. +// TRANSLATION MISSING +| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed | +| Pointer: buffer. +| Input prompt changed. + | weechat | [[hook_signal_input_text_changed]] input_text_changed | | Puntatore: buffer. | Testo in input modificato. @@ -15404,6 +15409,8 @@ Argomenti: ** _title_: titolo del buffer // TRANSLATION MISSING ** _nicklist_last_id_assigned_: last unique identifier used in this buffer for a group or nick _(WeeChat ≥ 4.3.0)_ +// TRANSLATION MISSING +** _input_prompt_: input prompt _(WeeChat ≥ 4.3.0)_ ** _input_: testo in ingresso ** _text_search_input_: input salvato prima della ricerca nel testo ** _highlight_words_: elenco di parole da evidenziare @@ -15672,6 +15679,10 @@ Properties: | key_unbind_xxx | | - | Rimuove l'assegnazione del tasto _xxx_ per questo buffer. +// TRANSLATION MISSING +| input_prompt | 4.3.0 | any string +| Set new value for input prompt. + | input | | qualsiasi stringa | Imposta un nuovo valore per l'input del buffer. |