/[weechat]/weechat/src/common/command.c
ViewVC logotype

Diff of /weechat/src/common/command.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by flashcode, Sat Jul 9 15:30:51 2005 UTC revision 1.62 by flashcode, Sat Jul 9 17:08:26 2005 UTC
# Line 1418  weechat_cmd_key (char *arguments) Line 1418  weechat_cmd_key (char *arguments)
1418          i = 0;          i = 0;
1419          while (gui_key_functions[i].function_name)          while (gui_key_functions[i].function_name)
1420          {          {
1421              gui_printf (NULL, "  %s\n",              gui_printf (NULL, "%25s  %s\n",
1422                          gui_key_functions[i].function_name);                          gui_key_functions[i].function_name,
1423                            _(gui_key_functions[i].description));
1424              i++;              i++;
1425          }          }
1426      }      }
# Line 1428  weechat_cmd_key (char *arguments) Line 1429  weechat_cmd_key (char *arguments)
1429          arguments += 5;          arguments += 5;
1430          while (arguments[0] == ' ')          while (arguments[0] == ' ')
1431              arguments++;              arguments++;
1432          if (strcmp (arguments, "-yes") == 0)          if (strcasecmp (arguments, "-yes") == 0)
1433          {          {
1434              gui_key_free_all ();              gui_key_free_all ();
1435              gui_key_init ();              gui_key_init ();

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26