mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
Improved window management: new window may have different size (% of current
window size), window sizes are automatically recomputed when term window is resized
This commit is contained in:
@@ -186,9 +186,14 @@ completion_build_list (t_completion *completion, void *channel)
|
||||
if (ascii_strcasecmp (completion->base_command, "debug") == 0)
|
||||
{
|
||||
if (completion->base_command_arg == 1)
|
||||
{
|
||||
weelist_add (&completion->completion_list,
|
||||
&completion->last_completion,
|
||||
"dump");
|
||||
weelist_add (&completion->completion_list,
|
||||
&completion->last_completion,
|
||||
"windows");
|
||||
}
|
||||
else
|
||||
completion_stop (completion);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user