Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
compute_scrollbar_topy = function(state) local f = compute_scrollbar(state) return state.top + f*(state.bottom - state.top) end