mIRC Homepage
Posted By: MadKairon previously entered text - 02/05/03 01:31 PM
When I press the UP arrow in a channel window for example, mIRC fills the edit box with lines I entered previously. I think it keeps a buffer of 10 lines.

A- Is there any way to enlarge this buffer?
B- Is there an identifier that returns the Nth line in this buffer?

NOTE: ... I mean, without using log files.
Posted By: theRat Re: previously entered text - 02/05/03 03:20 PM
I counted buffer of 30 lines, and that should be enough...

No identifier, but it's scriptable...
Posted By: MadKairon Re: previously entered text - 02/05/03 10:44 PM
I could script it for custom windows storing lines in a hash table or something and using on keydown to trigger the script when the up arrow is pressed (don't know tho if original mIRC up arrow function can be halted) but on keydown doesn't work in channel windows. Any suggestions?
© mIRC Discussion Forums