preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.13k stars 487 forks source link

Mouse events not captured in Tagbar #491

Open dfitzpatrick opened 6 years ago

dfitzpatrick commented 6 years ago

Using wsltty 1.8.5 under Windows Subsystem for Linux. tmux mouse events can be captured, and vim mouse events can be captured with NERDTree open. Attempted to turn off tmux mouse events, or spawning vim in a non tmux session and it does not solve the problem.

Currrently have set mouse=a as suggested. Saw another thread suggesting 11pt fonts or above, still no resolution.

With Tagbar open, I can still click in NERDTree and select files. When I click on right split for TAGBAR, it seems to capture mouse events in center file contents pane.

alerque commented 4 years ago

See also #14, which is possibly related.

I can't reproduce this. What version of tmux and vim are you using?