mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Remove FEAT_MOUSE_JSB
This is never built and references some obscure jsb terminal
This commit is contained in:
@@ -116,11 +116,6 @@ static char *(features[]) = {
|
||||
#if defined(UNIX)
|
||||
"+mouse_dec",
|
||||
"-mouse_gpm",
|
||||
# ifdef FEAT_MOUSE_JSB
|
||||
"+mouse_jsbterm",
|
||||
# else // ifdef FEAT_MOUSE_JSB
|
||||
"-mouse_jsbterm",
|
||||
# endif // ifdef FEAT_MOUSE_JSB
|
||||
"+mouse_netterm",
|
||||
#endif // if defined(UNIX)
|
||||
|
||||
|
Reference in New Issue
Block a user