Project

General

Profile

$leftwincid » History » Version 2

Per Amundsen, 08/14/2014 10:58 PM

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