1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

Previous behaviour restored for key "^" (now inserted in buffer)

This commit is contained in:
Sebastien Helleu
2005-07-17 00:15:48 +00:00
parent eeff957278
commit f3390da5e3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -214,11 +214,11 @@ gui_input_read ()
}
}
/*if (strcmp (key_str, "^") == 0)
if (strcmp (key_str, "^") == 0)
{
key_str[1] = '^';
key_str[2] = '\0';
}*/
}
/*gui_printf (gui_current_window->buffer, "gui_input_read: key = %s (%d)\n", key_str, key);*/
+2 -2
View File
@@ -214,11 +214,11 @@ gui_input_read ()
}
}
/*if (strcmp (key_str, "^") == 0)
if (strcmp (key_str, "^") == 0)
{
key_str[1] = '^';
key_str[2] = '\0';
}*/
}
/*gui_printf (gui_current_window->buffer, "gui_input_read: key = %s (%d)\n", key_str, key);*/