yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

Mouse support doesn't seem to work for virtualized / remote environments #148

Closed MyriaCore closed 4 years ago

MyriaCore commented 4 years ago

I'm working from an Amazon Workspaces Windows 10 instance, and I've been noticing that FVim doesn't seem to respect mouse support really at all.

Code in my ginit.vim does run, so g:fvim_loaded is initialized properly.

Potentially related to #101?

yatli commented 4 years ago

what nvim version are you on?

MyriaCore commented 4 years ago

:version yields:

NVIM v0.5.0-579-g1920ba4b5
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.1627023/bin/Hostx86/x64/cl.exe /DWIN32 /D_WINDOWS /W3 /MD /Zi /O2 /Ob1 /DNDEBUG /W3 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -D_WIN32_WINNT=0x0600 -DINCLUDE_GENERATED_DECLARATIONS -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -IC:/projects/neovim/build/config -IC:/projects/neovim/src -IC:/projects/nvim-deps/usr/include -IC:/projects/neovim/build/src/nvim/auto -IC:/projects/neovim/build/include
Compiled by appveyor@master-win2016

Features: -acl +iconv +tui
yatli commented 4 years ago

I took another look at this problem -- no repro on my side. Tried:

Client    Server
Win10     Server2016
Win10     Server2019
Win10     Win10
MyriaCore commented 4 years ago

I wouldn't be able to repro either, since I no longer have access to my Amazon Workspace. I'll close this, I guess we'll re-open if either of us can reproduce it.