summaryrefslogtreecommitdiff
path: root/doc/ja/includes
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-05-09 18:06:01 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-09 18:07:36 +0200
commit63714855d3cbedc49747b099533a5a259cbd74c2 (patch)
tree02b320fe54b0153fcabd0eb0e51dbfb0454d528c /doc/ja/includes
parent30afb3debe18645fd8bf645a735e3c033478913b (diff)
downloadweechat-63714855d3cbedc49747b099533a5a259cbd74c2.zip
core: add an option for multiline input in a buffer (closes #984)
This allows the input callback function for a buffer to receive multiple lines at once, instead of the message being split on newline before being sent to the callback. It adds a new flag, input_multiline, to control this. This flag defaults to 0 which is the current behavior.
Diffstat (limited to 'doc/ja/includes')
-rw-r--r--doc/ja/includes/autogen_api_hdata.ja.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ja/includes/autogen_api_hdata.ja.adoc b/doc/ja/includes/autogen_api_hdata.ja.adoc
index d5ff3f3b7..e1c0d5d52 100644
--- a/doc/ja/includes/autogen_api_hdata.ja.adoc
+++ b/doc/ja/includes/autogen_api_hdata.ja.adoc
@@ -589,6 +589,7 @@ _input_callback_pointer_   (pointer) +
_input_callback_data_   (pointer) +
_input_get_unknown_commands_   (integer) +
_input_get_empty_   (integer) +
+_input_multiline_   (integer) +
_input_buffer_   (string) +
_input_buffer_alloc_   (integer) +
_input_buffer_size_   (integer) +