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

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);*/

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);*/