Select the types of activity you want to include in your feed.
vxfw(ListView): fix scroll up
We set the value of pending_lines to -n, which has the side effect of ignoring any subsequent scroll up events before the next draw. Subtract the scroll up quantity from the current value, instead.