yatli/fvim

Not possible to select messages with the mouse

Eloitor opened this issue · 1 comments

In nvim, when I get some message I can open it with :mes and select it with the mouse.
In fvim, I can't select the text in the :mes box.

I'm on linux. I compiled fvim myself using dotnet publish fvim.fsproj -c Release -f net6.0 -r linux-x64

yatli commented

hmm this one. I think it's a neo/vim limitation, whereas in a terminal (without :set mouse I think) you're free to copy anything from the screen buffer.

will have to think about this -- useful, but non-trivial.