mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-23 23:29:15 +01:00
Do not change pane when changing window with mouse on status line,
pointed out by Romain Francoise.
This commit is contained in:
parent
d1ae2d9757
commit
fdeaa73342
@ -293,6 +293,8 @@ server_client_check_mouse(
|
||||
}
|
||||
return;
|
||||
}
|
||||
memcpy(&c->last_mouse, mouse, sizeof c->last_mouse);
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user