ChangeLog 20000308-15:05 GMT+1

This commit is contained in:
Ryszard Glab
2000-03-08 13:47:33 +00:00
parent 909cb42d40
commit be2f9a5bd5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
20000308-15:05 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/rtl/gt/gtstd.c
*replaced s_szCrLf with hb_consoleGetNewLine()
20000308-00:40 GMT+1 Victor Szakats <info@szelvesz.hu>
* samples/Makefile
samples/cccppc/* (scheduled for removal, since it's huge)

View File

@@ -195,7 +195,7 @@ void hb_gt_Scroll( USHORT uiTop, USHORT uiLeft, USHORT uiBottom, USHORT uiRight,
iCols == 0 )
{
for( ; uiBottom; uiBottom-- )
fputs( s_szCrLf, stdout );
fputs( hb_consoleGetNewLine(), stdout );
fflush( stdout );