Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9679
Modified Files:
cmd-join-pane.c
Log Message:
Size is -l not -s.
Index: cmd-join-pane.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-join-pane.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cmd-join-pane.c 7 Jan 2011 14:45:34 -0000 1.6
+++ cmd-join-pane.c 23 Jan 2011 15:47:31 -0000 1.7
@@ -88,8 +88,8 @@
type = LAYOUT_LEFTRIGHT;
size = -1;
- if (args_has(args, 's')) {
- size = args_strtonum(args, 's', 0, INT_MAX, &cause);
+ if (args_has(args, 'l')) {
+ size = args_strtonum(args, 'l', 0, INT_MAX, &cause);
if (cause != NULL) {
ctx->error(ctx, "size %s", cause);
xfree(cause);
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs