Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The id is a "long long" variable with the current time (microseconds
precision).
It is guaranteed to be unique for all buffers, and the same number is never
used again, during the lifetime of the process.
It persists and is unchanged after `/upgrade`.
|
|
|
|
|
|
string
|
|
gui_color_decode
|
|
|
|
weechat.look.mouse_timer_delay (closes #2082)
|
|
Python API
|
|
scripting API
|
|
scripting API
|
|
|
|
Key "alt" is always before "ctrl".
|
|
|
|
Some parameters of command `/script` were renamed in commit
85b5bacfe3d7343cb8695b8d7b0467732d8b8d53 but the default mouse keys were not
changed and still using the old parameters names.
|
|
|
|
|
|
|
|
|
|
buffer_get_string
|
|
buffer is opening
|
|
|
|
|
|
|
|
|
|
weechat.color.eval_syntax_colors (issue #2042)
Syntax highlighting (raw string without evaluation): `${raw_hl:xxx}`
Syntax highlighting: `${hl:xxx}`
|
|
|
|
(issue #2040)
|
|
Changes:
- move key ctrl+r to ctrl+s
- add key ctrl+r to search in commands history
- add option `search_history` in command `/input`
- add key context "histsearch"
- add option weechat.look.buffer_search_history
- add buffer variables "text_search_direction", "text_search_history" and "text_search_ptr_history"
|
|
|
|
This is made using standard color code '\x04' followed by text color (RGB as
hexadecimal) and optional background (RGB as hexadecimal).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in hash functions (issue #2008)
|
|
|
|
and user's guide
|
|
|
|
|
|
|
|
(issue #1974)
|
|
|