mIRC Home    About    Download    Register    News    Help

Print Thread
#82340 08/05/04 06:56 AM
Joined: Nov 2003
Posts: 50
X
x64 Offline OP
Babel fish
OP Offline
Babel fish
X
Joined: Nov 2003
Posts: 50
Some type of command to scroll a buffer to a specific line. I wouldn't use that very much, however the ability to do a "/scroll -b *" (where -b scrolls to the bottom of the buffer) would be great.. Especially when your mIRC is beeping because you accidentally hit the wheel on your mouse and now you have to go through every single window to make sure that they are all scrolled all the way down.

#82341 08/05/04 09:42 AM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
alias ScrollAllTheWayToTheEndOfTheBuffer {
  • var %a = oWSH $+ $ticks
    .comopen %a WScript.Shell
    .comclose %a $com(%a, SendKeys, 3, *bstr, ^{END})
}

/ScrollAllTheWayToTheEndOfTheBuffer

/help /findtext
might be of some help.

//findtext $strip($line($active,$calc($line($active,0) - 1000)))
moves you back 1000 lines from the end.


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C

Link Copied to Clipboard