summaryrefslogtreecommitdiffstats
path: root/cmd-last-window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 22:36:07 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 22:36:07 +0000
commitd4296cb558f84a071892c00831d45bfcc72b4845 (patch)
treef05c6f2e49a369e94a4847b3fed2fbc02789c865 /cmd-last-window.c
parenta89d1c58574553fac8dae0a01c2105d629c446bd (diff)
Make last-window repeatable too; update my configuration backup, er, example.
Diffstat (limited to 'cmd-last-window.c')
-rw-r--r--cmd-last-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-last-window.c b/cmd-last-window.c
index 0bff8d21..e51dad6c 100644
--- a/cmd-last-window.c
+++ b/cmd-last-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-last-window.c,v 1.13 2008-06-18 22:21:51 nicm Exp $ */
+/* $Id: cmd-last-window.c,v 1.14 2009-01-14 22:36:07 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -29,7 +29,7 @@ void cmd_last_window_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_last_window_entry = {
"last-window", "last",
CMD_TARGET_SESSION_USAGE,
- 0,
+ CMD_CANREPEAT,
cmd_target_init,
cmd_target_parse,
cmd_last_window_exec,