aboutsummaryrefslogtreecommitdiff
path: root/cmd-resize-pane-up.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 22:16:57 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 22:16:57 +0000
commit78c96751e6dc0bd894b5e38e065d2a317bee620c (patch)
tree6f2fe95e92a4ce2de5a16d7a8ee6e9ff590f04ec /cmd-resize-pane-up.c
parent145b2685a1a42257e410307b1a20adb0bb95d39b (diff)
downloadrtmux-78c96751e6dc0bd894b5e38e065d2a317bee620c.tar.gz
rtmux-78c96751e6dc0bd894b5e38e065d2a317bee620c.tar.bz2
rtmux-78c96751e6dc0bd894b5e38e065d2a317bee620c.zip
Rename some flags I'm not happy about.
Diffstat (limited to 'cmd-resize-pane-up.c')
-rw-r--r--cmd-resize-pane-up.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-resize-pane-up.c b/cmd-resize-pane-up.c
index 81f1fef2..b89c39a0 100644
--- a/cmd-resize-pane-up.c
+++ b/cmd-resize-pane-up.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-resize-pane-up.c,v 1.4 2009-01-14 22:13:30 nicm Exp $ */
+/* $Id: cmd-resize-pane-up.c,v 1.5 2009-01-14 22:16:57 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -32,7 +32,7 @@ void cmd_resize_pane_up_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_resize_pane_up_entry = {
"resize-pane-up", "resizep-up",
CMD_PANE_WINDOW_USAGE " [adjustment]",
- CMD_ZEROONEARG|CMD_CANREPEAT,
+ CMD_ARG01|CMD_CANREPEAT,
cmd_resize_pane_up_init,
cmd_pane_parse,
cmd_resize_pane_up_exec,