mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
fset: update keys on fset buffer
This commit is contained in:
@@ -543,9 +543,10 @@ fset_buffer_set_keys ()
|
||||
{ "meta-+", "increase" },
|
||||
{ "meta-fmeta-r", "reset" },
|
||||
{ "meta-fmeta-u", "unset" },
|
||||
{ "meta-ctrl-J", "set" },
|
||||
{ "meta-ctrl-M", "set" },
|
||||
{ "meta-a", "append" },
|
||||
{ NULL, NULL } };
|
||||
{ "meta-fmeta-a", "append" },
|
||||
{ NULL, NULL } };
|
||||
char str_key[64], str_command[64];
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user