aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES8
-rw-r--r--cmd-last-window.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 840ec436..bd89a036 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,9 @@
* Rework the prefix-time stuff. The option is now call repeat-time and defaults
to 500 ms. However, it only applies to a small subset of commands, currently:
- up-pane, down-pane, next-window, previous-window, last-window,
- resize-pane-up, resize-pane-down. These are the commands for which it is
- obviously useful, having it for everything else was just bloody annoying.
+ up-pane, down-pane, next-window, previous-window, resize-pane-up,
+ resize-pane-down. These are the commands for which it is obviously useful,
+ having it for everything else was just bloody annoying.
* The alt-up and alt-down keys now resize a pane by five lines at a time.
* switch-pane is now select-pane and requires -p to select a pane. The
"o" key binding is changed to down-pane.
@@ -923,7 +923,7 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.208 2009-01-14 22:36:07 nicm Exp $
+$Id: CHANGES,v 1.209 2009-01-14 22:40:17 nicm Exp $
LocalWords: showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr
LocalWords: rivo nurges lscm Erdely eol smysession mysession ek dstname RB
diff --git a/cmd-last-window.c b/cmd-last-window.c
index e51dad6c..f8f85d60 100644
--- a/cmd-last-window.c
+++ b/cmd-last-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-last-window.c,v 1.14 2009-01-14 22:36:07 nicm Exp $ */
+/* $Id: cmd-last-window.c,v 1.15 2009-01-14 22:40:17 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,
- CMD_CANREPEAT,
+ 0,
cmd_target_init,
cmd_target_parse,
cmd_last_window_exec,