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