Hi,
Like many people I use binds that use the mousewheel to build or evolve, the problem of that is that it's pretty spammy, so i started to count how many lines fit on the screen, that are 9 for the normal font, and 10 for a small font (like in oticz's hud)
So i did this:
for small font:
set space "echo ; echo ; echo ; echo ; echo ; echo ; echo ; echo ; echo"
for normal font:
set space "echo ; echo ; echo ; echo ; echo ; echo ; echo ; echo"
And added "vstr space" after the echo. It also works before the echo, but then the text isn't in the left center, but on the other side, when the space is after the echo, you have to scroll a bit before it works. That's not a big problem, you just have to get used to it.
I hope you guys like it
