Age | Commit message (Collapse) | Author |
|
|
|
#2081)
|
|
|
|
|
|
not available
|
|
|
|
|
|
|
|
|
|
|
|
separated by semicolons
|
|
|
|
buffer is opening
|
|
|
|
|
|
|
|
(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 not strictly necessary, just in case the function strtol() doesn't
update the pointer.
|
|
|
|
`-ol` in command `/upgrade`
|
|
|
|
Help is updated on these commands:
- `/allbuf`
- `/bar`
- `/print`
- `/repeat`
- `/secure`
- `/wait`
|
|
|
|
by line (issue #2005)
|
|
|
|
|
|
|
|
A mask with wildcards is now allowed in the following commands:
- `/filter enable`
- `/filter disable`
- `/filter toggle`
- `/filter del`
|
|
(closes #1994)
The clean of processes with waitpid() is now delayed after the kill(), so that
there are no more zombies.
In addition, this can be done manually if needed with `/sys waitpid`.
|
|
|
|
`blake2s-*` in option sec.crypt.hash_algo (closes #2008)
|
|
|
|
Only text between angle brackets (eg: "<name>") must be translated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2007)
|
|
|
|
|
|
|
|
|
|
commands `/cursor go` and `/cursor move` (closes #1282)
|
|
|
|
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.
|
|
|
|
|