diff options
author | sabetts <sabetts> | 2004-11-17 18:53:46 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-11-17 18:53:46 +0000 |
commit | 07e74dea708687fca0e51412c64c944163758d95 (patch) | |
tree | 95c93a7083d2759d62fac548e7198bcd979ac0b8 /src/actions.c | |
parent | d92174dc9e0c0f5fa91ac6e57cb320261f4a905d (diff) | |
download | ratpoison-07e74dea708687fca0e51412c64c944163758d95.zip |
*** empty log message ***
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions.c b/src/actions.c index 6612a8e..06a16d3 100644 --- a/src/actions.c +++ b/src/actions.c @@ -92,6 +92,7 @@ static user_command user_commands[] = {"ratwarp", cmd_ratwarp, arg_VOID}, {"ratrelwarp", cmd_ratrelwarp, arg_VOID}, {"ratclick", cmd_ratclick, arg_VOID}, + {"rathold", cmd_rathold, arg_VOID}, {"readkey", cmd_readkey, arg_STRING}, {"redisplay", cmd_redisplay, arg_VOID}, {"remhook", cmd_remhook, arg_STRING}, |