$lactivecid » History » Revision 3
Revision 2 (Per Amundsen, 02/23/2023 04:16 PM) → Revision 3/4 (Per Amundsen, 02/23/2023 04:17 PM)
_Added in 1.9.4_
*$lactivecid*
Returns the connection id of the last active window before active window.
_See also [[$activecid]], [[$active]], [[$lactive]], [[on ACTIVE]]._
*Example*
<pre>
on *:ACTIVE:*:echo current active cid is $activecid last active cid was $lactivecid
</pre>