liam
liam
Running into the same issues. Can't seem to paste using os clipboard or p in normal mode. Would love to see this feature!
will give this a shot
I have a working sample implementation on my fork: https://github.com/pythops/impala/compare/main...otomist:impala:visible-cursor?expand=1 If you think this feature is a good one for the project I can make a pr and or changes....
@pythops Thanks for the quick response! That's a good point I should have checked tui-input first. I'll put a pr in soon with an adjusted implementation.
Going to take a shot at fixing this
> I think we should also look into the core here (`src/Surface.zig`) to see if we should only apply the selection when a mouse release event happens. For mouse release...