mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
9term: do not call bouncemouse()
Fixes #356. Rio allows to hit b3 on non-focused windows to bring up its menu, which is certainly convenient. 9term makes this happen when b3 is clicked on its window when it's focused, too, which seems an exception we could do without and which causes #356. (A workaround, to make the rio menu go away when this patch is not applied, is to hover to the 9term's scrollbar and click another button there.)
This commit is contained in:
parent
90971376a5
commit
9b612c4909
1 changed files with 0 additions and 2 deletions
|
@ -231,8 +231,6 @@ mousethread(void *v)
|
|||
goto Send;
|
||||
}else if(mouse->buttons&2)
|
||||
button2menu(w);
|
||||
else
|
||||
bouncemouse(mouse);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue