diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-03 05:10:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-03 05:10:38 +0000 |
commit | eaee4dc800734a8ccebb78af02440a8e3d7769bd (patch) | |
tree | f69744d3896c8fd3fa03a0fd7ec7132357aae4f0 /cmd-send-keys.c | |
parent | 48490b14da295726a8e87ea105051c28d232df2e (diff) | |
download | rtmux-eaee4dc800734a8ccebb78af02440a8e3d7769bd.tar.gz rtmux-eaee4dc800734a8ccebb78af02440a8e3d7769bd.tar.bz2 rtmux-eaee4dc800734a8ccebb78af02440a8e3d7769bd.zip |
Quick and dirty kill-server command.
Diffstat (limited to 'cmd-send-keys.c')
-rw-r--r-- | cmd-send-keys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-send-keys.c b/cmd-send-keys.c index b27abe08..ae5e4ef4 100644 --- a/cmd-send-keys.c +++ b/cmd-send-keys.c @@ -1,4 +1,4 @@ -/* $Id: cmd-send-keys.c,v 1.4 2008-06-02 21:36:51 nicm Exp $ */ +/* $Id: cmd-send-keys.c,v 1.5 2008-06-03 05:10:38 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -24,7 +24,7 @@ #include "tmux.h" /* - * Change session name. + * Send keys to client. */ int cmd_send_keys_parse(struct cmd *, void **, int, char **, char **); |