wire up mouse wheel
Dependencies
Change contents
- replacement in 0101-on.mouse_wheel_move at line 3
-- nothing yetif App.mouse_y() < Current_pane.editor_state.bottom thenedit.mouse_wheel_move(Current_pane.editor_state, dx,dy)elseedit.mouse_wheel_move(Current_pane.output_editor_state, dx,dy)end