diff options
author | sabetts <sabetts> | 2004-12-13 02:59:25 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-12-13 02:59:25 +0000 |
commit | eac6f3d217e4490f9ec1b6610d6d7aed2200ef3c (patch) | |
tree | fc2f1f0b87f10e86004e35cdcbc7c7a30c0c92aa /src/actions.h | |
parent | f90ee8e9dfcb3ab286c5202e96a0715429f0e4e7 (diff) | |
download | ratpoison-eac6f3d217e4490f9ec1b6610d6d7aed2200ef3c.zip |
(cmd_appendsel): new function
(user_commands): new command
Diffstat (limited to 'src/actions.h')
-rw-r--r-- | src/actions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions.h b/src/actions.h index e046aa9..73ce89b 100644 --- a/src/actions.h +++ b/src/actions.h @@ -143,6 +143,7 @@ char *cmd_sfdump (int interactively, char *data); char *cmd_undo (int interactive, char *data); char *cmd_putsel (int interactive, char *data); char *cmd_getsel (int interactive, char *data); +char *cmd_appendsel (int interactive, char *data); void pop_frame_undo (rp_frame_undo *u); rp_keymap *find_keymap (char *name); |