$leftwinwid » History » Version 1
Per Amundsen, 08/14/2014 10:58 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.4_ |
|---|---|---|---|
| 2 | |||
| 3 | *$leftwinwid* |
||
| 4 | |||
| 5 | Returns window id of the last window where the mouse was left. |
||
| 6 | |||
| 7 | *Example* |
||
| 8 | |||
| 9 | <pre> |
||
| 10 | menu @test { |
||
| 11 | leave:/echo mouse left $leftwin $leftwinwid $leftwincid |
||
| 12 | } |
||
| 13 | </pre> |