From 3c255ea736cdb1e3d0bf77f1160b6d495cb090db Mon Sep 17 00:00:00 2001 From: sabetts Date: Wed, 5 Sep 2001 07:48:49 +0000 Subject: * src/messages.h (MESSAGE_WELCOME): The help keystroke is not hardcoded. * src/main.c (show_welcome_message): new function (main): call show_welcome_message to show the welcome message. * src/actions.h (find_keybinding_by_action): new prototype * src/actions.c (key_actions): change to a static variable. (key_actions_last): likewise (key_actions_table_size): likewise (find_keybinding_by_action): new function --- src/actions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions.h') diff --git a/src/actions.h b/src/actions.h index 5410d5a..4c0f777 100644 --- a/src/actions.h +++ b/src/actions.h @@ -80,5 +80,6 @@ char * cmd_unbind (int interactive, void *data); void initialize_default_keybindings (void); rp_action* find_keybinding (KeySym keysym, int state); +rp_action* find_keybinding_by_action (char *action); #endif /* ! _RATPOISON_ACTIONS_H */ -- cgit v1.2.3