diff options
Diffstat (limited to 'cmd-up-pane.c')
-rw-r--r-- | cmd-up-pane.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-up-pane.c b/cmd-up-pane.c index 28c20ab4..a78e140d 100644 --- a/cmd-up-pane.c +++ b/cmd-up-pane.c @@ -1,4 +1,4 @@ -/* $Id: cmd-up-pane.c,v 1.3 2009-01-19 18:23:40 nicm Exp $ */ +/* $Id: cmd-up-pane.c,v 1.4 2009-03-28 14:08:09 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -29,7 +29,7 @@ int cmd_up_pane_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_up_pane_entry = { "up-pane", "upp", CMD_TARGET_WINDOW_USAGE, - CMD_CANREPEAT, + 0, cmd_target_init, cmd_target_parse, cmd_up_pane_exec, |