Age | Commit message (Collapse) | Author |
|
commands
|
|
|
|
|
|
|
|
hook_command_run
|
|
|
|
freed (issue #1875)
This frees some allocated memory if size_alloc was greater than size in the
dynamic string.
|
|
matters (issue #1872)
|
|
|
|
(issue #1872)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1872)
|
|
This is faster because with case insensitive comparison, the chars are
converted to lower case anyway before being compared.
|
|
sensitive (issue #1872)
|
|
#1872)
|
|
|
|
|
|
|
|
|
|
Priority is now allowed in function config_file_new, parameter `name`, with the
same format as hooks: "priority|name" (for example: "2000|test").
If not specified, the default priority is 1000.
|
|
|
|
|
|
|
|
weechat.look.command_chars (closes #1871)
|
|
code of snprintf
This removes three compiler warnings.
|
|
CMake is now the only way to build WeeChat.
|
|
|
|
|
|
A crash could occur if the command closes buffers.
An infinite loop could occur if the command creates new buffers.
|
|
iteration
|
|
|
|
|
|
Actions moved:
* `/input switch_active_buffer` -> `/buffer switch`
* `/input switch_active_buffer_previous` -> `/buffer switch -previous`
* `/input zoom_merged_buffer` -> `/buffer zoom`
|
|
Actions moved:
* `/input set_unread` -> `/allbuf /buffer set unread`
* `/input set_unread_current_buffer` -> `/buffer set unread`
|
|
|
|
function buffer_set
|
|
|
|
Actions moved to command `/hotlist`:
* `/input hotlist_clear` -> `/hotlist clear`
* `/input hotlist_remove_buffer` -> `/hotlist remove`
* `/input hotlist_restore_buffer` -> `/hotlist restore`
* `/input hotlist_restore_all` -> `/hotlist restore -all`
|
|
|
|
Actions moved to command `/buffer jump`:
* `/input jump_smart` -> `/buffer jump smart`
* `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited`
* `/input jump_next_visited_buffer` -> `/buffer jump next_visited`
* `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed`
|
|
|
|
|
|
|