1e6e598d7f9171240b1b3dd7fe7d20d7c9e183c1
* include/hbapigt.h
* source/rtl/gt_tpl/gt_tpl.c
+ Following low-level GT API functions added to support
3rd party GT high-level layers/replacements and 3rd
party screen handling libraries:
hb_gt_PutCharAttr( USHORT uiRow, USHORT uiCol, BYTE byChar, BYTE byAttr );
hb_gt_PutChar( USHORT uiRow, USHORT uiCol, BYTE byChar );
hb_gt_PutAttr( USHORT uiRow, USHORT uiCol, BYTE byAttr );
hb_gt_GetChar( USHORT uiRow, USHORT uiCol, BYTE * pbyChar );
hb_gt_GetAttr( USHORT uiRow, USHORT uiCol, BYTE * pbyAttr );
* source/rtl/gtwin/gtwin.c
* Above functions completed for the Win Terminal driver.
* source/rtl/gtcgi/gtcgi.c
* source/rtl/gtcrs/gtcrs.c
* source/rtl/gtdos/gtdos.c
* source/rtl/gtos2/gtos2.c
* source/rtl/gtpca/gtpca.c
* source/rtl/gtsln/gtsln.c
* source/rtl/gtstd/gtstd.c
* Skeletons added for the above new functions.
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%