aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-09-04 12:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2017-09-04 12:01:11 +0100
commitff3d05d92f4cf90e52234194d9ee076f779b1506 (patch)
treee96d37cfac208b0f1205bc526e1faebe26702289
parentd019821281c8a14abfa635cf685e216c69590001 (diff)
parenteadd79acec159a68db797521e361575d0c6ade20 (diff)
downloadrtmux-ff3d05d92f4cf90e52234194d9ee076f779b1506.tar.gz
rtmux-ff3d05d92f4cf90e52234194d9ee076f779b1506.tar.bz2
rtmux-ff3d05d92f4cf90e52234194d9ee076f779b1506.zip
Merge branch 'obsd-master'
-rw-r--r--tmux.12
-rw-r--r--window-copy.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 0bf54428..08c67a6f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3736,7 +3736,7 @@ A pane's title is typically set by the program running inside the pane using
an escape sequence (like it would set the
.Xr xterm 1
window title in
-.Xr X 7 Ns ).
+.Xr X 7 ) .
Windows themselves do not have titles - a window's title is the title of its
active pane.
.Nm
diff --git a/window-copy.c b/window-copy.c
index 4bd9d127..7ab26262 100644
--- a/window-copy.c
+++ b/window-copy.c
@@ -2454,7 +2454,7 @@ window_copy_move_mouse(struct mouse_event *m)
if (wp == NULL || wp->mode != &window_copy_mode)
return;
- if (cmd_mouse_at(wp, m, &x, &y, 1) != 0)
+ if (cmd_mouse_at(wp, m, &x, &y, 0) != 0)
return;
window_copy_update_cursor(wp, x, y);