*** empty log message ***

This commit is contained in:
Paul Tucker
1999-08-01 04:41:07 +00:00
parent ba5297a737
commit ca2213671e
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
* hb_gtScroll() - call gtScroll if WIN_GTAPI
* source\rtl\gt\gtapi.c
+ gtScroll() Much improved scroll speed -not up to Clipper yet though.
* include\gtapi.h
+ declaration for gtScroll()
19990731-23:20 GMT+1 Bruno Cantero <bruno@issnet.net>
* source/rdd/dbcmd.c

View File

@@ -114,6 +114,7 @@ char gtGetScreenHeight(void);
void gtSetPos(char cRow, char cCol);
char gtCol(void);
char gtRow(void);
void gtScroll(char cTop, char cLeft, char cBottom, char cRight, char attribute, char vert, char horiz);
void gtSetCursorStyle(int style);
int gtGetCursorStyle(void);
void gtPuts(char cRow, char cCol, char attr, char *str, int len);