Panel scrolling speed

Hello everyone! Just wanted to ask if there is a way to speed up panel scrolling speed (when goint to next empty lines repeatedly) like it was in previous versions of 4coder?

Edited by Dmitry Gorevoy on Reason: Initial post
I believe changing the delta rule hook is what you're looking for (I'm not sure).

Look in 4coder_delta_rule.cpp, there is a function called DELTA_RULE_SIG(original_delta) that wight be what you're looking for.