1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

- added alt-j + alt-l key (switch to last buffer)

- added message for +q mode changing on a nick
This commit is contained in:
Sebastien Helleu
2005-07-16 12:37:30 +00:00
parent 99ad719ab9
commit 4c6c367557
26 changed files with 820 additions and 600 deletions
+2
View File
@@ -322,6 +322,8 @@ completion_build_list (t_completion *completion, void *channel)
pos[0] = ' ';
}
}
else
completion_stop (completion);
return;
}
if ((strcasecmp (completion->base_command, "unalias") == 0)