mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
Revert "[WIP] "abstract_ui" fixes and improvements"
This commit is contained in:
@@ -2294,7 +2294,8 @@ static int pum_wanted(void)
|
||||
return FALSE;
|
||||
|
||||
/* The display looks bad on a B&W display. */
|
||||
if (!abstract_ui && t_colors < 8)
|
||||
if (t_colors < 8
|
||||
)
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user