Open/ed uses the package "ncurses".
Ncurses has a small problem in that "click" and "scroll" functionality can not be used at the same time.
By "click", we mean using a mouse button for single and double clicking.
By "scroll", we mean using the mouse wheel or the top surface on Apple Magic Mouse.
Open/ed has a workaround in place for this. No additional configuration should be needed by you as
Opened is built with static libraries and can match the workaround to the issue in the library used.
The temporary workaround is that Open/ed flips between two states, 1) for clicking, and 2) for scrolling.
However, be aware of the side effects :
If you would like to understand "state change" workaround better,
$HOME/.curwin.conf". (Note the dot for hidden file). mint beep on"..curwin.conf" file is a developers tool. We believe this issue is fixed in ncurses 6.0 and when this is available for OSX, we will incorporate the fix to Open/ed.
The fix should make scrolling and any other keyboard or mouse action, seamless.