mirror of
https://github.com/tmux/tmux.git
synced 2026-01-11 16:30:22 +00:00
Bugfix so floating wp can be moved to top of window.
This commit is contained in:
3
window.c
3
window.c
@@ -1121,9 +1121,6 @@ window_pane_resize(struct window_pane *wp, u_int sx, u_int sy)
|
|||||||
void
|
void
|
||||||
window_pane_move(struct window_pane *wp, int xoff, int yoff)
|
window_pane_move(struct window_pane *wp, int xoff, int yoff)
|
||||||
{
|
{
|
||||||
if (xoff == wp->xoff && yoff == wp->yoff)
|
|
||||||
return;
|
|
||||||
|
|
||||||
wp->xoff = xoff;
|
wp->xoff = xoff;
|
||||||
wp->yoff = yoff;
|
wp->yoff = yoff;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user