gstream-cd_winconsole (3) - Linux Manuals
NAME
cd_winconsoleSYNOPSIS
#include <gstream.h>
void cd_winconsole(BITMAP *bmp, int x, int y, int w, int h, int clr, bool ins);
DESCRIPTION
Draws a mixture of a win cursor and console cursor: the insert cursor looks like a win cursor (a vertical line: | ), whereas the overwrite cursor is like the console overwrite cursor (it covers the letter).The preferred dimensions for this cursor (you have to set them manually) are: (1, gbuf::DYNAMIC_CURSOR_SIZE, gbuf::DYNAMIC_CURSOR_SIZE, gbuf::DYNAMIC_CURSOR_SIZE) but the first argument can be bigger for a broader cursor.