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; }