It would be nice if there was a way to make listboxes automatically scroll if more content is added to it.

It's mostly when printing status output for something, in a loop. A temporary solution is:

Code:
while (%count <= %total) {
    did -a $dname 1 %count
    did -c $dname 1 $did($dname, 1).lines
    did -u $dname 1 $did($dname, 1).lines
    inc %count
}


But maybe there's a better way.... :_)


http://zowb.net

/server -m irc.p2p-network.net -j #zomgwtfbbq
(ssl on port 6697 and 7000)