Project

General

Profile

$leftwincid » History » Version 3

Per Amundsen, 08/10/2015 08:14 AM

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 3 Per Amundsen
menu @Example {
11 1 Per Amundsen
  leave:/echo mouse left $leftwin $leftwinwid $leftwincid
12
}
13
</pre>