Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22901

Modified Files:
        cmd-capture-pane.c tmux.h 
Log Message:
Sync OpenBSD patchset 816:

Remove some unused defines.


Index: cmd-capture-pane.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-capture-pane.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cmd-capture-pane.c  30 Dec 2010 22:39:49 -0000      1.4
+++ cmd-capture-pane.c  31 Dec 2010 01:59:47 -0000      1.5
@@ -40,7 +40,7 @@
 
 const struct cmd_entry cmd_capture_pane_entry = {
        "capture-pane", "capturep",
-       CMD_BUFFER_PANE_USAGE,
+       "[-b buffer-index] [-t target-pane]",
        0, "",
        cmd_capture_pane_init,
        cmd_capture_pane_parse,

Index: tmux.h
===================================================================
RCS file: /cvsroot/tmux/tmux/tmux.h,v
retrieving revision 1.594
retrieving revision 1.595
diff -u -d -r1.594 -r1.595
--- tmux.h      30 Dec 2010 22:39:49 -0000      1.594
+++ tmux.h      31 Dec 2010 01:59:47 -0000      1.595
@@ -1597,9 +1597,6 @@
 int    cmd_srcdst_parse(struct cmd *, int, char **, char **);
 void   cmd_srcdst_free(struct cmd *);
 size_t cmd_srcdst_print(struct cmd *, char *, size_t);
-#define CMD_BUFFER_PANE_USAGE "[-b buffer-index] [-t target-pane]"
-#define CMD_BUFFER_WINDOW_USAGE "[-b buffer-index] [-t target-window]"
-#define CMD_BUFFER_CLIENT_USAGE "[-b buffer-index] [-t target-client]"
 #define CMD_BUFFER_USAGE "[-b buffer-index]"
 void   cmd_buffer_init(struct cmd *, int);
 int    cmd_buffer_parse(struct cmd *, int, char **, char **);


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to