mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
*** empty log message ***
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2553 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
418678bc95
commit
ca234bdf5e
7 changed files with 47 additions and 7 deletions
|
|
@ -683,7 +683,7 @@ static void cmd_bind(const char *data)
|
|||
command_id = strchr(settings_get_str("cmdchars"), *id) != NULL;
|
||||
if (command_id) {
|
||||
/* using shortcut to command id */
|
||||
keydata = g_strconcat(id, " ", keydata, NULL);
|
||||
keydata = g_strconcat(id+1, " ", keydata, NULL);
|
||||
id = "command";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue