mirror of
https://github.com/zoriya/vim.git
synced 2025-12-22 23:25:31 +00:00
patch 8.0.0755: terminal window does not have colors in the GUI
Problem: Terminal window does not have colors in the GUI. Solution: Lookup the GUI color.
This commit is contained in:
@@ -3726,6 +3726,12 @@ gui_mch_get_color(char_u *name)
|
||||
return gui_get_color_cmn(name);
|
||||
}
|
||||
|
||||
guicolor_T
|
||||
gui_mch_get_rgb_color(int r, int g, int b)
|
||||
{
|
||||
return gui_get_rgb_color_cmn(r, g, b);
|
||||
}
|
||||
|
||||
/*
|
||||
* Set the current text foreground color.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user