2009-01-15 21:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbct/ctwin.c
* added small hack for scrolling console output when client area
is set
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-01-15 21:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbct/ctwin.c
|
||||
* added small hack for scrolling console output when client area
|
||||
is set
|
||||
|
||||
2009-01-15 20:52 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/vm/hvm.c
|
||||
* register default RT symbols after setting exception handler
|
||||
|
||||
@@ -1231,6 +1231,13 @@ static void hb_ctw_gt_WriteCon( PHB_GT pGT, BYTE * pText, ULONG ulLength )
|
||||
iMaxRow = HB_GTSELF_MAXROW( pGT );
|
||||
iMaxCol = HB_GTSELF_MAXCOL( pGT );
|
||||
|
||||
/* small hack for scrolling console output when client area is set */
|
||||
{
|
||||
PHB_GTCTW pCTW = HB_GTCTW_GET( pGT );
|
||||
if( pCTW->iCurrWindow > 0 && pCTW->windows[ pCTW->iCurrWindow ]->fClip )
|
||||
iMaxRow = pCTW->windows[ pCTW->iCurrWindow ]->iCliBottom;
|
||||
}
|
||||
|
||||
HB_GTSELF_GETPOS( pGT, &iRow, &iCol );
|
||||
|
||||
if( iRow > iMaxRow || iCol > iMaxCol )
|
||||
|
||||
Reference in New Issue
Block a user