diff options
author | sabetts <sabetts> | 2001-09-13 11:14:29 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-13 11:14:29 +0000 |
commit | 73f336b75de79e011842bb5f4851c2e5169c76ab (patch) | |
tree | b13c57e9f8bdf19eed171ad4473eb343523dc49b /ChangeLog | |
parent | d5b04e0048b0f1bd5a3d5a8f6c5f49aecab5ed64 (diff) | |
download | ratpoison-73f336b75de79e011842bb5f4851c2e5169c76ab.zip |
(command): Gobble the whitespace between the
command and the argument list. Code that did this in specific
commands has been removed.
(cmd_setenv): new function
(cmd_meta): rename from cmd_generate. All dependant code updated.
(cmd_redisplay): rename from cmd_maximize. All dependant code
updated.
(initialize_default_keybindings): bind "redisplay" to C-t l and
C-t c-l.
(cmd_msgwait): rename from cmd_defbartimeout. All dependant code
updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ * src/actions.c (command): Gobble the whitespace between the command and the argument list. Code that did this in specific commands has been removed. + (cmd_setenv): new function + (cmd_meta): rename from cmd_generate. All dependant code updated. + (cmd_redisplay): rename from cmd_maximize. All dependant code + updated. + (initialize_default_keybindings): bind "redisplay" to C-t l and + C-t c-l. + (cmd_msgwait): rename from cmd_defbartimeout. All dependant code + updated. * src/input.c (update_input_window): Draw a cheap-o cursor |