From 26af85d97ba1ed0ade6cdd41890ca04ed879b9c7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 23 Jul 2017 16:45:10 +0200 Subject: 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. --- src/proto/gui_photon.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto/gui_photon.pro') diff --git a/src/proto/gui_photon.pro b/src/proto/gui_photon.pro index 7681b87822..cfa735cf20 100644 --- a/src/proto/gui_photon.pro +++ b/src/proto/gui_photon.pro @@ -28,6 +28,7 @@ void gui_mch_setmouse(int x, int y); guicolor_T gui_mch_get_rgb(guicolor_T pixel); void gui_mch_new_colors(void); guicolor_T gui_mch_get_color(char_u *name); +guicolor_T gui_mch_get_rgb_color(int r, int g, int b); void gui_mch_set_fg_color(guicolor_T color); void gui_mch_set_bg_color(guicolor_T color); void gui_mch_set_sp_color(guicolor_T color); -- cgit v1.2.3