Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(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).
|
|
|
|
|
|
|
|
and user's guide
|
|
|
|
|
|
|
|
(issue #1974)
|
|
|
|
|
|
|
|
Second block is for CTCP replies made by older versions (< 4.1.0).
|
|
|
|
|
|
|
|
commands `/cursor go` and `/cursor move` (closes #1282)
|
|
|
|
|
|
|
|
|
|
(issue #1974)
|
|
The type "enum" replaces type "integer" when used with string values.
For compatibility, any option created with type "integer" and string values is
automatically created to "enum" on creation, with no error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|