0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

updated for version 7.0060

This commit is contained in:
Bram Moolenaar
2005-03-16 09:52:38 +00:00
parent da5d740e92
commit 916b7afcbb
3 changed files with 21 additions and 30 deletions

View File

@@ -4305,6 +4305,15 @@ gui_mch_set_bg_color(color)
RGBBackColor(&TheColor);
}
/*
* Set the current text speail color. TODO
*/
void
gui_mch_set_sp_color(color)
guicolor_T color;
{
}
void
gui_mch_draw_string(row, col, s, len, flags)
int row;