diff options
author | sabetts <sabetts> | 2004-04-19 01:30:28 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-04-19 01:30:28 +0000 |
commit | b513690af35dc8f6e20ba3d2855de234a3944716 (patch) | |
tree | e29e9ef7dee5ad52e0dcad090313f542b916e4a5 /src/messages.h | |
parent | 366c3fac7c52becf29ff3be0b56b66d9efdecde5 (diff) | |
download | ratpoison-b513690af35dc8f6e20ba3d2855de234a3944716.zip |
* src/messages.h (MESSAGE_PROMPT_SELECT_VAR): new define
(MESSAGE_PROMPT_VAR_VALUE): likewise
* src/actions.h (cmd_set): new prototype
* src/actions.c (user_commands): remove all def* commands. Add 'set' command.
rename all cmd_def* commands to set_*. Add prototypes for set_* commands.
(struct set_var): new struct
(set_vars): new static global
(cmd_set): new function
(var_completions): new function
(initialize_default_keybindings): add aliases for def* commands
Diffstat (limited to 'src/messages.h')
-rw-r--r-- | src/messages.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messages.h b/src/messages.h index 65ee6d2..649a3be 100644 --- a/src/messages.h +++ b/src/messages.h @@ -42,6 +42,8 @@ #define MESSAGE_PROMPT_SWITCH_WM " Switch to wm: " #define MESSAGE_PROMPT_XTERM_COMMAND MESSAGE_PROMPT_SHELL_COMMAND TERM_PROG " -e " #define MESSAGE_PROMPT_SWITCH_TO_GROUP " Switch to group: " +#define MESSAGE_PROMPT_SELECT_VAR " Variable: " +#define MESSAGE_PROMPT_VAR_VALUE " Value: " #define MESSAGE_WELCOME " Welcome to ratpoison! Hit `%s %s' for help. " #define MESSAGE_FRAME_STRING " Current Frame " |