From 1c433f135436664e3a369edbc43cb5cd057a8ae4 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 10 Apr 2020 20:53:54 +0000 Subject: [PATCH] Remove unused define, also a man fix from jmc. --- tmux.1 | 2 +- tmux.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.1 b/tmux.1 index 5098895c..64164f09 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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) diff --git a/tmux.h b/tmux.h index 5cc192fe..8f8640bf 100644 --- a/tmux.h +++ b/tmux.h @@ -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 {