diff options
-rw-r--r-- | tmux.1 | 2 | ||||
-rw-r--r-- | tmux.h | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -1626,7 +1626,7 @@ cancels copy mode and any other modes. copies from .Ar src-pane instead of -.Ar target-pane. +.Ar target-pane . .Pp .Fl e specifies that scrolling to the bottom of the history (to the visible screen) @@ -843,7 +843,6 @@ struct window_mode { void (*formats)(struct window_mode_entry *, struct format_tree *); }; -#define WINDOW_MODE_TIMEOUT 180 /* Active window mode. */ struct window_mode_entry { |