Hey Miyako ltns

$scid is a unique identifier each time you open a new status(server) window. $scon(N) is the collection of all the open scids so $scon(1) returns the first scid $scon(2) the 2nd and so on.
I know the difference between $scon and $scid, but my question to you: Why do I have 29 ID's while I have 4 server windows (connected or not) open

That's why I think it's a bug.
I have to use $cid in my treebar because else I can't open the server windows which aren't connected.
I'll try to show you there is a bug, normally I can make a window in each cid, I suppose (because I don't have to be connected to make a @window).
If I try: /scid 29 /window -a @test I can see it, but if I try: /scid 28 /window -a @test the result is:
* No such connection id: 28
I neither opened 29 status windows and closed ID 28 (so it can't be that).
But OK, I have fixed it in my own script using $scon (now I can't activate windows on server windows which aren't connected, but OK).