gstream-cd_winconsole (3) Linux Manual Page
NAME
cd_winconsole
SYNOPSIS
#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.
SEE ALSO
gstream-set_cursor_drawer(3), gstream-cd_console(3)
