From bab73cfaa5db96494a1b96b85c9eac9e7680854d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 11 Nov 2022 09:35:11 +0100 Subject: core: add identifier in buffer lines (closes #901) For buffers with formatted content, the "id" starts to 0 on each buffer and is incremented on each new line displayed (it is reset to 0 if reaching INT_MAX). For buffers with free content, the "id" is set to the same value as "y" (ie the line number, starting to 0). --- doc/de/includes/autogen_api_hdata.de.adoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/de/includes') diff --git a/doc/de/includes/autogen_api_hdata.de.adoc b/doc/de/includes/autogen_api_hdata.de.adoc index 3a352d85d..0e717e51a 100644 --- a/doc/de/includes/autogen_api_hdata.de.adoc +++ b/doc/de/includes/autogen_api_hdata.de.adoc @@ -582,6 +582,7 @@ _title_   (string) + _own_lines_   (pointer, hdata: "lines") + _mixed_lines_   (pointer, hdata: "lines") + _lines_   (pointer, hdata: "lines") + +_next_line_id_   (integer) + _time_for_each_line_   (integer) + _chat_refresh_needed_   (integer) + _nicklist_   (integer) + @@ -923,6 +924,7 @@ _next_line_   (pointer, hdata: "line") + | Struktur mit einzeiligen Daten | - | _buffer_   (pointer, hdata: "buffer") + +_id_   (integer) + _y_   (integer) + _date_   (time) + _date_printed_   (time) + -- cgit v1.2.3