From c99d8cd719de15ad72668945ce8d06316cd70546 Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Wed, 11 Aug 1999 19:37:30 +0000 Subject: [PATCH] *** empty log message *** --- harbour/source/rtl/gt/gt_tpl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/harbour/source/rtl/gt/gt_tpl.c b/harbour/source/rtl/gt/gt_tpl.c index 8922d97eee..244f02bd55 100644 --- a/harbour/source/rtl/gt/gt_tpl.c +++ b/harbour/source/rtl/gt/gt_tpl.c @@ -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; }