diff options
author | sabetts <sabetts> | 2005-04-09 19:43:23 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-04-09 19:43:23 +0000 |
commit | bc225e837dc36daf803436fd11d7a244a608b320 (patch) | |
tree | 2692f6c41da8b8543b3bc7e124f30455dba8e40b /ChangeLog | |
parent | e3a8f7b786534df114086a9755b202160a3475f0 (diff) | |
download | ratpoison-bc225e837dc36daf803436fd11d7a244a608b320.zip |
(cmd_set): pass the string produced when no args are passid in to
cmdret_new using "%s".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ 2005-04-09 Shawn <sabetts@monk.lamenet> - * src/actions.c (init_user_commands): add KEY argument to meta command. + * src/actions.c (init_user_commands): add KEY argument to meta + command. (cmd_meta): optionally use the KEY passed in as an argument. + (cmd_set): pass the string produced when no args are passid in to + cmdret_new using "%s". 2005-03-05 <sabetts@localhost> |