Project

General

Profile

$lactivecid » History » Version 2

Per Amundsen, 02/23/2023 04:16 PM

1 1 Per Amundsen
_Added in 1.9.4_
2
3
*$lactivecid*
4
5
Returns the connection id of the last active window before active window.
6 2 Per Amundsen
7
_See also [[$activecid]], [[on ACTIVE]]._
8
9
*Example*
10
11
<pre>
12
on *:ACTIVE:*:echo current active cid is $activecid last active cid was $lactivecid
13
</pre>