diff options
author | sabetts <sabetts> | 2005-01-15 17:17:48 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-01-15 17:17:48 +0000 |
commit | 30264bd059c9c8b96e5ccdea719a54f099ee52fd (patch) | |
tree | 0859466d1ce067962a747b3cd75f58fd1ff95dad | |
parent | 02a44d0f88659e9753c355e158e6614d31273ebd (diff) | |
download | ratpoison-30264bd059c9c8b96e5ccdea719a54f099ee52fd.zip |
* src/actions.c (init_user_commands): change select's argument to
arg_REST.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/actions.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2005-01-15 Shawn Betts <katia_dilkina@verizon.net> + * src/actions.c (init_user_commands): change select's argument to + arg_REST. + * configure.in: add AM_MAINTAINER_MODE * src/globals.h (rp_exec_newwm): new extern. diff --git a/src/actions.c b/src/actions.c index 0e80fbb..30291c9 100644 --- a/src/actions.c +++ b/src/actions.c @@ -268,7 +268,7 @@ init_user_commands() add_command ("rudeness", cmd_rudeness, 1, 0, 0, "Rudeness: ", arg_NUMBER); add_command ("select", cmd_select, 1, 0, 1, - "Select window: ", arg_STRING); + "Select window: ", arg_REST); add_command ("set", cmd_set, 2, 0, 0, "", arg_VARIABLE, "", arg_REST); |