Age | Commit message (Collapse) | Author |
|
|
|
The new buffer property "modes" is used instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new buffer property "input_prompt" is used instead.
|
|
|
|
|
|
irc_server_set_buffer_input_multiline
|
|
|
|
|
|
|
|
|
|
|
|
gui_buffer_set_input_get_any_user_data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string comparison functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New fields returned:
- "input" (string): content of input
- "input_position" (integer): position in input (starts at 0)
- "input_multiline" (boolean): true if the buffer allows multiline input
|
|
This parameter is the number of lines to return for buffers with free content.
Its default value is `0` if "lines" is set to `0`, otherwise all buffer lines
are returned.
|
|
|
|
|
|
|
|
This adds the support of Cross-Origin Resource Sharing (CORS) in the relay HTTP
API.
|
|
|
|
|
|
|
|
|
|
|