*** empty log message ***

This commit is contained in:
Paul Tucker
1999-08-11 19:37:30 +00:00
parent 7ec045931a
commit c99d8cd719

View File

@@ -60,7 +60,8 @@ char hb_gt_Row(void)
static void hb_gt_GetCursorSize(char *start, char *end)
{
/* TODO: if your system supports the concept of cursor scan lines,
fill this in */
fill this in - otherwise, you need some way to detect the
size of the current screen cursor. */
*start = 0;
*end = 0;
}