* src/pp/ppcore.c
* src/pp/hbpp.c
* src/vm/macro.c
* src/vm/runner.c
* src/vm/estack.c
* src/vm/itemapi.c
* src/vm/hvm.c
* src/vm/cmdarg.c
* src/vm/maindllp.c
* src/vm/fm.c
* src/vm/thread.c
* src/vm/memvars.c
* src/vm/eval.c
* src/vm/extend.c
* src/vm/classes.c
* src/debug/dbgentry.c
* src/common/expropt1.c
* src/common/expropt2.c
* src/common/hbhash.c
* src/nortl/nortl.c
* src/macro/macrolex.c
* src/rtl/gtxwc/gtxwc.c
* src/rtl/gtstd/gtstd.c
* src/rtl/gtcgi/gtcgi.c
* src/rtl/errapi.c
* src/rtl/hbprocfn.c
* src/rtl/hbsocket.c
* src/rtl/gtpca/gtpca.c
* src/rtl/filebuf.c
* src/rtl/hbproces.c
* src/rdd/dbfntx/dbfntx1.c
* src/rdd/dbsql.c
* src/rdd/hbdbsort.c
* src/rdd/workarea.c
* src/rdd/wacore.c
* src/rdd/sdf1.c
* src/rdd/dbcmdx.c
* src/rdd/dbfnsx/dbfnsx1.c
* src/rdd/dbcmd.c
* src/rdd/dbfcdx/dbfcdx1.c
* src/rdd/delim1.c
* src/rdd/dbf1.c
* src/rdd/hsx/hsx.c
* src/rdd/usrrdd/usrrdd.c
* src/rdd/wafunc.c
* src/rdd/dbffpt/dbffpt1.c
* src/rdd/hbsix/sxord.c
* src/rdd/hbsix/sxfname.c
* src/rdd/hbsix/sxtable.c
* src/rdd/hbsix/sxutil.c
* src/rdd/hbsix/sxcrypt.c
* src/compiler/ppcomp.c
* src/compiler/hbmain.c
* src/compiler/compi18n.c
* src/compiler/cmdcheck.c
* src/compiler/hbdbginf.c
* src/compiler/hbpcode.c
* src/compiler/genhrb.c
* src/compiler/hbdead.c
* src/compiler/complex.c
* src/compiler/genobj32.c
* src/compiler/genc.c
* src/compiler/hbopt.c
* src/compiler/hbident.c
* src/compiler/gencc.c
* src/compiler/hbcmplib.c
* src/compiler/hblbl.c
* src/compiler/harbour.yyc
* src/compiler/harbour.y
* include/hbpp.h
* include/hbrdddbf.h
* include/hbvmpub.h
* include/hbrddnsx.h
* include/hbstack.h
* include/hbgtcore.h
* include/hbapifs.h
* include/hbthread.h
* include/hbdefs.h
* include/hbmacro.h
* include/hbinit.h
* include/hbtypes.h
* include/hbrddsdf.h
* include/hbapi.h
* include/hbapiitm.h
* include/hbrddntx.h
* include/hbvm.h
* include/hbapidbg.h
* include/hbcomp.h
* include/hbapirdd.h
* include/hbcompdf.h
* include/hbrdddel.h
* include/hbexpra.c
* include/hbexprop.h
* include/hbrddcdx.h
* include/hbapicls.h
* include/hbapierr.h
* include/hbrddfpt.h
* include/hbhash.h
* include/hbregex.h
* include/hbexprb.c
* contrib/hbct/screen2.c
* contrib/hbct/token2.c
* contrib/hbct/dbftools.c
* contrib/hbct/atadjust.c
* contrib/hbct/ctwin.c
* contrib/hbct/files.c
* contrib/hbct/dattime3.c
* contrib/hbct/ctstr.c
* contrib/hbct/screen1.c
* contrib/hbct/token1.c
* contrib/hbct/ctc.c
* contrib/hbct/ct.h
* contrib/hbct/atnum.c
* contrib/hbct/asciisum.c
* contrib/hbct/numat.c
* contrib/hbct/atrepl.c
* contrib/xhb/bkgtsks.c
* contrib/xhb/hbcrypt.c
* contrib/xhb/fparse.c
* contrib/xhb/datesxhb.c
* contrib/xhb/hbnxs.h
* contrib/hbqt/gtqtc/gtqtc.cpp
* contrib/xpp/dbcmdx.c
* contrib/hbnf/dispc.c
* contrib/hbnf/ftattr.c
* contrib/hbmemio/memio.c
* contrib/hbnetio/netiocli.c
* contrib/rddsql/sddmy/mysqldd.c
* contrib/rddsql/sddpg/pgsqldd.c
* contrib/rddsql/sddfb/fbirddd.c
* contrib/rddsql/sddodbc/odbcdd.c
* contrib/rddsql/hbrddsql.h
* contrib/rddsql/sqlbase.c
* contrib/rddsql/sqlmix.c
* contrib/rddads/adsx.c
* contrib/rddads/adsfunc.c
* contrib/rddads/rddads.h
* contrib/rddads/ads1.c
* contrib/rddads/adsmgmnt.c
* contrib/hbmisc/spd.c
* contrib/hbtip/utils.c
* contrib/hbtip/encmthd.c
* contrib/hbbmcdx/bmdbfcdx.c
* contrib/hbbmcdx/hbbmcdx.h
* contrib/hbbtree/hb_btree.h
* contrib/hbbtree/hb_btree.c
* ULONG -> HB_ULONG, HB_SIZE
(except for external (OS) API specific usage)
* Formatting.
; NOTE: I converted ULONG to HB_SIZE where I felt it appropriate,
but didn't touch compiler, codeblock handling, low-level
RDD (Set/GetVarLen method) and high-level contrib RDDs, so
this needs to be cleaned.
Also there may be cases where I didn't change the whole
call chain to HB_SIZE.
; NOTE: It would be probably worthy to add new types for these purposes:
- line number (HB_USHORT)
- record number (HB_ULONG)
- RDD connection (HB_ULONG)
- parameter count / stack position / class member positions / etc (HB_USHORT, sometimes HB_ULONG)
- pcode (HB_BYTE and char)
- flags / modes (HB_USHORT / HB_ULONG)
- timers (HB_ULONG, HB_MAXINT)
- GT API character (HB_USHORT)
; REQUESTS:
- Pls don't over-align variable declarations. It makes
modification much much slower. Sometimes declarations are
aligned even if there was only one or two of them in a block.
- Pls always add variable names in declarations, otherwise the purpose
of the function is very slow to decipher when looking at it.
- Keep up the nice formatting according to Harbour standards,
it makes modifications much much easier.
; TODO:
- Verify with grep script
- Verify with HB_USER_CFLAGS=-DHB_LEGACY_TYPES_OFF
- Make HB_LEGACY_TYPES_OFF default for Harbour builds.
- Tie HB_LEGACY_TYPES_OFF to HB_LEGACY_LEVEL3
- Replace current windows.h inclusion hack with regular method
- Delete hacks dealing with former type chaos:
HB_CLIPPER_INT_ITEMS, HB_DONT_DEFINE_BASIC_TYPES, HB_DONT_DEFINE_BOOL, HB_DONT_DEFINE_BYTE, HB_DONT_DEFINE_LONG
- Retest hbfimage on *nix, delete hacks
- Normalize HB_BYTE vs. HB_UCHAR usage
- Type cleanups, f.e. HB_SIZE vs. HB_ULONG
- Add new special types (see above)
- Switch HB_SIZE to signed (big project), and delete HB_ISIZ afterwards.
798 lines
20 KiB
C
798 lines
20 KiB
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Project source code:
|
|
* CT3 video functions:
|
|
*
|
|
* SCREENATTR(), SCREENMIX(), SAYSCREEN(),
|
|
* CLEARWIN(), INVERTWIN(), UNTEXTWIN(), CHARWIN(), COLORWIN(), COLORREPL()
|
|
*
|
|
* and Harbour extension:
|
|
*
|
|
* SCREENTEXT()
|
|
*
|
|
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
|
*
|
|
* www - http://www.harbour-project.org
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2, or (at your option)
|
|
* any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this software; see the file COPYING. If not, write to
|
|
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
|
|
*
|
|
* As a special exception, the Harbour Project gives permission for
|
|
* additional uses of the text contained in its release of Harbour.
|
|
*
|
|
* The exception is that, if you link the Harbour libraries with other
|
|
* files to produce an executable, this does not by itself cause the
|
|
* resulting executable to be covered by the GNU General Public License.
|
|
* Your use of that executable is in no way restricted on account of
|
|
* linking the Harbour library code into it.
|
|
*
|
|
* This exception does not however invalidate any other reasons why
|
|
* the executable file might be covered by the GNU General Public License.
|
|
*
|
|
* This exception applies only to the code released by the Harbour
|
|
* Project under the name Harbour. If you copy code from other
|
|
* Harbour Project or Free Software Foundation releases into a copy of
|
|
* Harbour, as the General Public License permits, the exception does
|
|
* not apply to the code that you add in this way. To avoid misleading
|
|
* anyone as to the status of such modified files, you must delete
|
|
* this exception notice from them.
|
|
*
|
|
* If you write modifications of your own for Harbour, it is your choice
|
|
* whether to permit this exception to apply to your modifications.
|
|
* If you do not wish that, delete this exception notice.
|
|
*
|
|
*/
|
|
|
|
#include "hbdefs.h"
|
|
#include "hbapi.h"
|
|
#include "hbapigt.h"
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* SCREENATTR()
|
|
* $CATEGORY$
|
|
* CT3 video functions
|
|
* $ONELINER$
|
|
* $SYNTAX$
|
|
* SCREENATTR ( [<nRow>],[<nColumn>] ) -> <nAttr>
|
|
* $ARGUMENTS$
|
|
* <nRow> Designates the line from which to determine the attribute.
|
|
* The default is the cursor line.
|
|
*
|
|
* <nColumn> Designates the column from which to determine the
|
|
* attribute. The default is the cursor column.
|
|
*
|
|
* $RETURNS$
|
|
* SCREENATTR() returns the attribute at the designated position.
|
|
*
|
|
* $DESCRIPTION$
|
|
* SCREENATTR() returns the current screen attribute at <nRow> and
|
|
* <nColumn>. You can query targeted attributes this way and save them
|
|
* to use later, or process them later with INVERTATTR().
|
|
*
|
|
* TODO: add documentation
|
|
* $EXAMPLES$
|
|
* $TESTS$
|
|
* $STATUS$
|
|
* Started
|
|
* $COMPLIANCE$
|
|
* $PLATFORMS$
|
|
* All
|
|
* $FILES$
|
|
* Source is screen1.c, library is libct.
|
|
* $SEEALSO$
|
|
* $END$
|
|
*/
|
|
|
|
HB_FUNC( SCREENATTR )
|
|
{
|
|
int iRow, iCol;
|
|
int iColor;
|
|
HB_BYTE bAttr;
|
|
HB_USHORT usChar;
|
|
|
|
hb_gtGetPos( &iRow, &iCol );
|
|
if( HB_ISNUM( 1 ) )
|
|
iRow = hb_parni( 1 );
|
|
if( HB_ISNUM( 2 ) )
|
|
iCol = hb_parni( 2 );
|
|
|
|
if( hb_gtGetChar( iRow, iCol, &iColor, &bAttr, &usChar ) != HB_SUCCESS )
|
|
iColor = 0;
|
|
|
|
hb_retni( iColor );
|
|
}
|
|
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* SCREENMIX()
|
|
* $CATEGORY$
|
|
* CT3 video functions
|
|
* $ONELINER$
|
|
* $SYNTAX$
|
|
* SCREENMIX (<cCharString>, <cAttributeString>, [<nRow>], [<nCol>]) -> <cEmptyString>
|
|
* $ARGUMENTS$
|
|
* $RETURNS$
|
|
* $DESCRIPTION$
|
|
* TODO: add documentation
|
|
* $EXAMPLES$
|
|
* $TESTS$
|
|
* $STATUS$
|
|
* Started
|
|
* $COMPLIANCE$
|
|
* $PLATFORMS$
|
|
* All
|
|
* $FILES$
|
|
* Source is screen1.c, library is libct.
|
|
* $SEEALSO$
|
|
* $END$
|
|
*/
|
|
|
|
HB_FUNC( SCREENMIX )
|
|
{
|
|
HB_SIZE ulLen = hb_parclen( 1 );
|
|
|
|
if( ulLen )
|
|
{
|
|
const char * szText = hb_parc( 1 );
|
|
const char * szAttr;
|
|
HB_SIZE ulAttr = hb_parclen( 2 ), ul = 0;
|
|
int iRow, iCol, i;
|
|
|
|
if( ulAttr == 0 )
|
|
{
|
|
szAttr = " ";
|
|
ulAttr = 1;
|
|
}
|
|
else
|
|
szAttr = hb_parc( 2 );
|
|
|
|
hb_gtGetPos( &iRow, &iCol );
|
|
if( HB_ISNUM( 3 ) )
|
|
iRow = hb_parni( 3 );
|
|
if( HB_ISNUM( 4 ) )
|
|
iCol = hb_parni( 4 );
|
|
|
|
if( iRow >= 0 && iCol >= 0 &&
|
|
iRow <= hb_gtMaxRow() && iCol <= hb_gtMaxCol() )
|
|
{
|
|
hb_gtBeginWrite();
|
|
i = iCol;
|
|
do
|
|
{
|
|
if( hb_gtPutChar( iRow, i++, ( HB_UCHAR ) szAttr[ ul ], 0, ( HB_UCHAR ) *szText++ ) != HB_SUCCESS )
|
|
{
|
|
if( ++iRow > hb_gtMaxRow() )
|
|
break;
|
|
--szText;
|
|
++ulLen;
|
|
i = iCol;
|
|
}
|
|
else if( ++ul == ulAttr )
|
|
ul = 0;
|
|
}
|
|
while( --ulLen );
|
|
hb_gtEndWrite();
|
|
}
|
|
}
|
|
|
|
hb_retc_null();
|
|
}
|
|
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* SAYSCREEN()
|
|
* $CATEGORY$
|
|
* CT3 video functions
|
|
* $ONELINER$
|
|
* $SYNTAX$
|
|
* SAYSCREEN( <cString>, [<nRow>], [<nCol>] ) -> <cEmptyString>
|
|
* $ARGUMENTS$
|
|
* <cString> - the string to output. Although undocumented, can be NIL.
|
|
* <nRow> - row number, defaults to cursor row.
|
|
* <nCol> - column number, defaults to cursor column.
|
|
* $RETURNS$
|
|
* Returns an empty string.
|
|
* $DESCRIPTION$
|
|
* Outputs a string at specified coordinates without changing character
|
|
* attributes.
|
|
* $EXAMPLES$
|
|
* $TESTS$
|
|
* $STATUS$
|
|
* Ready
|
|
* $COMPLIANCE$
|
|
* $PLATFORMS$
|
|
* All
|
|
* $FILES$
|
|
* Source is screen1.c, library is libct.
|
|
* $SEEALSO$
|
|
* SCREENMIX()
|
|
* $END$
|
|
*/
|
|
|
|
HB_FUNC( SAYSCREEN )
|
|
{
|
|
HB_SIZE ulLen = hb_parclen( 1 );
|
|
|
|
if( ulLen )
|
|
{
|
|
const char * szText = hb_parc( 1 );
|
|
int iRow, iCol, i;
|
|
|
|
hb_gtGetPos( &iRow, &iCol );
|
|
if( HB_ISNUM( 2 ) )
|
|
iRow = hb_parni( 2 );
|
|
if( HB_ISNUM( 3 ) )
|
|
iCol = hb_parni( 3 );
|
|
|
|
if( iRow >= 0 && iCol >= 0 &&
|
|
iRow <= hb_gtMaxRow() && iCol <= hb_gtMaxCol() )
|
|
{
|
|
hb_gtBeginWrite();
|
|
i = iCol;
|
|
do
|
|
{
|
|
int iColor;
|
|
HB_BYTE bAttr;
|
|
HB_USHORT usChar;
|
|
if( hb_gtGetChar( iRow, i, &iColor, &bAttr, &usChar ) != HB_SUCCESS )
|
|
{
|
|
if( ++iRow > hb_gtMaxRow() )
|
|
break;
|
|
++ulLen;
|
|
i = iCol;
|
|
}
|
|
else
|
|
hb_gtPutChar( iRow, i++, iColor, bAttr, ( HB_UCHAR ) *szText++ );
|
|
}
|
|
while( --ulLen );
|
|
hb_gtEndWrite();
|
|
}
|
|
}
|
|
|
|
hb_retc_null();
|
|
}
|
|
|
|
static HB_BOOL hb_ctGetWinCord( int * piTop, int * piLeft,
|
|
int * piBottom, int * piRight )
|
|
{
|
|
int iMaxRow = hb_gtMaxRow();
|
|
int iMaxCol = hb_gtMaxCol();
|
|
|
|
hb_gtGetPosEx( piTop, piLeft );
|
|
|
|
if( HB_ISNUM( 1 ) )
|
|
*piTop = hb_parni( 1 );
|
|
if( HB_ISNUM( 2 ) )
|
|
*piLeft = hb_parni( 2 );
|
|
if( HB_ISNUM( 3 ) )
|
|
{
|
|
*piBottom = hb_parni( 3 );
|
|
if( *piBottom > iMaxRow )
|
|
*piBottom = iMaxRow;
|
|
}
|
|
else
|
|
*piBottom = iMaxRow;
|
|
if( HB_ISNUM( 4 ) )
|
|
{
|
|
*piRight = hb_parni( 4 );
|
|
if( *piRight > iMaxCol )
|
|
*piRight = iMaxCol;
|
|
}
|
|
else
|
|
*piRight = iMaxCol;
|
|
|
|
return *piTop >= 0 && *piLeft >= 0 &&
|
|
*piTop <= *piBottom && *piLeft <= *piRight;
|
|
}
|
|
|
|
static int hb_ctGetClearChar( int iParam )
|
|
{
|
|
int iChar;
|
|
|
|
if( HB_ISNUM( iParam ) )
|
|
iChar = hb_parni( iParam );
|
|
else if( HB_ISCHAR( iParam ) )
|
|
iChar = ( HB_UCHAR ) hb_parc( iParam )[0];
|
|
else
|
|
iChar = ( int ) hb_gtGetClearChar();
|
|
|
|
return iChar;
|
|
}
|
|
|
|
static int hb_ctGetClearColor( int iParam )
|
|
{
|
|
int iColor;
|
|
|
|
if( HB_ISNUM( iParam ) )
|
|
iColor = hb_parni( iParam );
|
|
else if( HB_ISCHAR( iParam ) )
|
|
{
|
|
iColor = hb_gtColorToN( hb_parc( iParam ) );
|
|
if( iColor == -1 )
|
|
iColor = 0;
|
|
}
|
|
else
|
|
iColor = hb_gtGetClearColor();
|
|
|
|
return iColor;
|
|
}
|
|
|
|
HB_FUNC( CLEARWIN )
|
|
{
|
|
int iTop, iLeft, iBottom, iRight;
|
|
|
|
if( hb_ctGetWinCord( &iTop, &iLeft, &iBottom, &iRight ) )
|
|
{
|
|
int iColor, iChar;
|
|
|
|
iColor = hb_ctGetClearColor( 5 );
|
|
iChar = hb_ctGetClearChar( 6 );
|
|
|
|
hb_gtScrollEx( iTop, iLeft, iBottom, iRight, iColor, iChar, 0, 0 );
|
|
}
|
|
|
|
hb_retc_null();
|
|
}
|
|
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* INVERTWIN()
|
|
* $CATEGORY$
|
|
* CT3 video functions
|
|
* $ONELINER$
|
|
*
|
|
* $SYNTAX$
|
|
*
|
|
* $ARGUMENTS$
|
|
* $RETURNS$
|
|
* $DESCRIPTION$
|
|
* TODO: add documentation
|
|
* $EXAMPLES$
|
|
* $TESTS$
|
|
* $STATUS$
|
|
* Started
|
|
* $COMPLIANCE$
|
|
* INVERTWIN() is compatible with CT3's INVERTWIN().
|
|
* $PLATFORMS$
|
|
* All
|
|
* $FILES$
|
|
* Source is color.c, library is libct.
|
|
* $SEEALSO$
|
|
* $END$
|
|
*/
|
|
|
|
HB_FUNC( INVERTWIN )
|
|
{
|
|
int iTop, iLeft, iBottom, iRight;
|
|
|
|
if( hb_ctGetWinCord( &iTop, &iLeft, &iBottom, &iRight ) )
|
|
{
|
|
hb_gtBeginWrite();
|
|
while( iTop <= iBottom )
|
|
{
|
|
int iCol = iLeft;
|
|
while( iCol <= iRight )
|
|
{
|
|
int iColor;
|
|
HB_BYTE bAttr;
|
|
HB_USHORT usChar;
|
|
|
|
hb_gtGetChar( iTop, iCol, &iColor, &bAttr, &usChar );
|
|
iColor = ( iColor & 0x88 ) |
|
|
( ( iColor & 0x07 ) << 4 ) |
|
|
( ( iColor >> 4 ) & 0x07 );
|
|
hb_gtPutChar( iTop, iCol, iColor, bAttr, usChar );
|
|
++iCol;
|
|
}
|
|
++iTop;
|
|
}
|
|
hb_gtEndWrite();
|
|
}
|
|
|
|
hb_retc_null();
|
|
}
|
|
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* UNTEXTWIN()
|
|
* $CATEGORY$
|
|
* CT3 video functions
|
|
* $ONELINER$
|
|
* $SYNTAX$
|
|
* UNTEXTWIN(<nTopLine>, <nLeftColumn>, <nBottomLine>, <nRightColumn>,
|
|
* <cReplacementCharacter|nReplacementCharacter>,
|
|
* [<cInitialCharacter|nInitialCharacter>],
|
|
* [<cEndCharacter|nEndCharacter>]) --> cNull
|
|
* $ARGUMENTS$
|
|
* <nTopLine> Designates the line for the upper-left corner of the
|
|
* area.
|
|
* <nLeftColumn> Designates the column for the upper-left corner of
|
|
* the area.
|
|
* <nBottomLine> Designates the line for the bottom-right corner of
|
|
* the area.
|
|
* <nRightColumn> Designates the line for the bottom-right column of
|
|
* the area.
|
|
* <cReplacementCharacter|nReplacementCharacter> Replaces each
|
|
* character within the window, with the exception of those within the
|
|
* range of <cInitialCharacter|nInitialCharacter> and
|
|
* <cEndCharacter|nEndCharacter>.
|
|
* <cInitialCharacter|nInitialCharacter> Designates the beginning of
|
|
* the bracketed area. The character can be number in the range of 0 to
|
|
* 255, or the character string type. The default value is 176.
|
|
* <cEndCharacter|nEndCharacter> Designates the end of the bracketed
|
|
* area. The character can be number in the range of 0 to 255 or the
|
|
* character string type. The default value is 223.
|
|
* $RETURNS$
|
|
* Returns a null string.
|
|
* $DESCRIPTION$
|
|
* Replaces an area of characters from a region of the screen
|
|
* TODO: add documentation
|
|
* $EXAMPLES$
|
|
* $TESTS$
|
|
* $STATUS$
|
|
* Started
|
|
* $COMPLIANCE$
|
|
* $PLATFORMS$
|
|
* All
|
|
* $FILES$
|
|
* Source is screen1.c, library is libct.
|
|
* $SEEALSO$
|
|
* $END$
|
|
*/
|
|
|
|
HB_FUNC( UNTEXTWIN )
|
|
{
|
|
int iTop, iLeft, iBottom, iRight;
|
|
HB_USHORT usRepl, usInit, usEnd;
|
|
|
|
if( hb_ctGetWinCord( &iTop, &iLeft, &iBottom, &iRight ) )
|
|
{
|
|
usRepl = ( HB_USHORT ) hb_ctGetClearChar( 5 );
|
|
|
|
if( HB_ISNUM( 6 ) )
|
|
usInit = ( HB_USHORT ) hb_parni( 6 );
|
|
else if( hb_parclen( 6 ) > 0 )
|
|
usInit = ( HB_UCHAR ) hb_parc( 6 )[0];
|
|
else
|
|
usInit = 176;
|
|
|
|
if( HB_ISNUM( 7 ) )
|
|
usEnd = ( HB_USHORT ) hb_parni( 7 );
|
|
else if( hb_parclen( 7 ) > 0 )
|
|
usEnd = ( HB_UCHAR ) hb_parc( 7 )[0];
|
|
else
|
|
usEnd = 223;
|
|
|
|
hb_gtBeginWrite();
|
|
while( iTop <= iBottom )
|
|
{
|
|
int iCol = iLeft;
|
|
while( iCol <= iRight )
|
|
{
|
|
int iColor;
|
|
HB_BYTE bAttr;
|
|
HB_USHORT usChar;
|
|
|
|
hb_gtGetChar( iTop, iCol, &iColor, &bAttr, &usChar );
|
|
if( usInit <= usEnd ? ( usChar < usInit || usChar > usEnd ) :
|
|
( usChar > usEnd && usChar < usInit ) )
|
|
hb_gtPutChar( iTop, iCol, iColor, bAttr, usRepl );
|
|
++iCol;
|
|
}
|
|
++iTop;
|
|
}
|
|
hb_gtEndWrite();
|
|
}
|
|
|
|
hb_retc_null();
|
|
}
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* CHARWIN()
|
|
* $CATEGORY$
|
|
* CT3 video functions
|
|
* $ONELINER$
|
|
* $SYNTAX$
|
|
* CHARWIN (<nTop>, <nLeft>, <nBottom>, <nRight>, [<cNewChar|nNewChar>],
|
|
* [<cOldChar|nOldChar>]) --> <cEmptyString>
|
|
* $ARGUMENTS$
|
|
* <nTop> - top row number, default 0
|
|
* <nLeft> - left column number, default 0
|
|
* <nBottom> - top row number, default MaxRow()
|
|
* <nRight> - right column number, default MaxCol()
|
|
* <cNewChar|nNewChar> - new character for the screen area,
|
|
* as a numeric value in the range of 0 to
|
|
* 255 or as a character string, default value is the CLEARB.
|
|
* <cOldChar|nOldChar> - character to exchange. Specify the parameter
|
|
* as a numeric in the range of 0 to 255
|
|
* or as a character string. The default is to exchange all characters.
|
|
* $RETURNS$
|
|
* Returns an empty string.
|
|
* $DESCRIPTION$
|
|
* Exchanges particular characters in a screen area.
|
|
* TODO: add documentation
|
|
* $EXAMPLES$
|
|
* $TESTS$
|
|
* $STATUS$
|
|
* Started
|
|
* $COMPLIANCE$
|
|
* $PLATFORMS$
|
|
* All
|
|
* $FILES$
|
|
* Source is screen1.c, library is libct.
|
|
* $SEEALSO$
|
|
* $END$
|
|
*/
|
|
|
|
HB_FUNC( CHARWIN )
|
|
{
|
|
int iTop, iLeft, iBottom, iRight;
|
|
|
|
if( hb_ctGetWinCord( &iTop, &iLeft, &iBottom, &iRight ) )
|
|
{
|
|
HB_USHORT usNewChar, usOldChar = 0;
|
|
HB_BOOL fAll = HB_FALSE;
|
|
|
|
usNewChar = ( HB_USHORT ) hb_ctGetClearChar( 5 );
|
|
|
|
if( HB_ISNUM( 6 ) )
|
|
usOldChar = ( HB_USHORT ) hb_parni( 6 );
|
|
else if( hb_parclen( 6 ) > 0 )
|
|
usOldChar = ( HB_UCHAR ) hb_parc( 6 )[0];
|
|
else
|
|
fAll = HB_TRUE;
|
|
|
|
hb_gtBeginWrite();
|
|
while( iTop <= iBottom )
|
|
{
|
|
int iCol = iLeft;
|
|
while( iCol <= iRight )
|
|
{
|
|
int iColor;
|
|
HB_BYTE bAttr;
|
|
HB_USHORT usChar;
|
|
|
|
hb_gtGetChar( iTop, iCol, &iColor, &bAttr, &usChar );
|
|
if( fAll || usChar == usOldChar )
|
|
hb_gtPutChar( iTop, iCol, iColor, bAttr, usNewChar );
|
|
++iCol;
|
|
}
|
|
++iTop;
|
|
}
|
|
hb_gtEndWrite();
|
|
}
|
|
|
|
hb_retc_null();
|
|
}
|
|
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* COLORWIN()
|
|
* $CATEGORY$
|
|
* CT3 video functions
|
|
* $ONELINER$
|
|
* $SYNTAX$
|
|
* COLORWIN([<nTopLine>], [<nLeftCol>], [<nBottomLine>], [<nRightCol>],
|
|
* [<cNewAttr|nNewAttr>], [<cOldAttr|nOldAttr>]) --> cNull
|
|
* $ARGUMENTS$
|
|
* <nTopLine> Designates the topmost line to begin processing. The
|
|
* default is the cursor line.
|
|
* <nLeftCol> Designates the leftmost column to begin processing. The
|
|
* default is the cursor column.
|
|
* <nBottomLine> Designates the bottommost line that is processed.
|
|
* The default is the last screen line or window line.
|
|
* <nRightCol> Designates the rightmost column to clear. The default
|
|
* is the right screen border or window border.
|
|
* <cNewAttr|nNewAttr> Designates the new attribute to replace the old
|
|
* one. The default is the standard attribute CLEARA.
|
|
* <cOldAttr|nOldAttr> Designates the old character to exchange. The
|
|
* default is "exchange all attributes".
|
|
* $RETURNS$
|
|
* Returns an empty string.
|
|
* $DESCRIPTION$
|
|
* Exchanges particular attributes in a screen area
|
|
* TODO: add documentation
|
|
* $EXAMPLES$
|
|
* $TESTS$
|
|
* $STATUS$
|
|
* Started
|
|
* $COMPLIANCE$
|
|
* $PLATFORMS$
|
|
* All
|
|
* $FILES$
|
|
* Source is screen1.c, library is libct.
|
|
* $SEEALSO$
|
|
* $END$
|
|
*/
|
|
|
|
HB_FUNC( COLORWIN )
|
|
{
|
|
int iTop, iLeft, iBottom, iRight;
|
|
|
|
if( hb_ctGetWinCord( &iTop, &iLeft, &iBottom, &iRight ) )
|
|
{
|
|
int iNewColor, iOldColor = 0;
|
|
HB_BOOL fAll = HB_FALSE;
|
|
|
|
iNewColor = hb_ctGetClearColor( 5 );
|
|
|
|
if( HB_ISNUM( 6 ) || HB_ISCHAR( 6 ) )
|
|
iOldColor = hb_ctGetClearColor( 6 );
|
|
else
|
|
fAll = HB_TRUE;
|
|
|
|
hb_gtBeginWrite();
|
|
while( iTop <= iBottom )
|
|
{
|
|
int iCol = iLeft;
|
|
while( iCol <= iRight )
|
|
{
|
|
int iColor;
|
|
HB_BYTE bAttr;
|
|
HB_USHORT usChar;
|
|
|
|
hb_gtGetChar( iTop, iCol, &iColor, &bAttr, &usChar );
|
|
if( fAll || iColor == iOldColor )
|
|
hb_gtPutChar( iTop, iCol, iNewColor, bAttr, usChar );
|
|
++iCol;
|
|
}
|
|
++iTop;
|
|
}
|
|
hb_gtEndWrite();
|
|
}
|
|
|
|
hb_retc_null();
|
|
}
|
|
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* SCREENTEXT()
|
|
* $CATEGORY$
|
|
* CT video functions (Harbour extension)
|
|
* $ONELINER$
|
|
* $SYNTAX$
|
|
* SCREENTEXT(<nTop>, <nLeft>, <nBottom>, <nRight>)
|
|
* $ARGUMENTS$
|
|
* <nTop> - top row number, default 0
|
|
* <nLeft> - left column number, default 0
|
|
* <nBottom> - top row number, default MaxRow()
|
|
* <nRight> - right column number, default MaxCol()
|
|
* $RETURNS$
|
|
* Returns string with characters taken from given screen region.
|
|
* $DESCRIPTION$
|
|
* Returns string with characters taken from given screen region.
|
|
* TODO: add documentation
|
|
* $EXAMPLES$
|
|
* $TESTS$
|
|
* $STATUS$
|
|
* Started
|
|
* $COMPLIANCE$
|
|
* $PLATFORMS$
|
|
* All
|
|
* $FILES$
|
|
* Source is screen1.c, library is libct.
|
|
* $SEEALSO$
|
|
* $END$
|
|
*/
|
|
|
|
HB_FUNC( SCREENTEXT )
|
|
{
|
|
int iTop, iLeft, iBottom, iRight;
|
|
char * pBuffer, * szText;
|
|
HB_SIZE ulSize;
|
|
|
|
if( hb_ctGetWinCord( &iTop, &iLeft, &iBottom, &iRight ) )
|
|
{
|
|
ulSize = ( HB_SIZE ) ( iBottom - iTop + 1 ) * ( iRight - iLeft + 1 );
|
|
szText = pBuffer = ( char * ) hb_xgrab( ulSize + 1 );
|
|
while( iTop <= iBottom )
|
|
{
|
|
int iCol = iLeft;
|
|
while( iCol <= iRight )
|
|
{
|
|
int iColor;
|
|
HB_BYTE bAttr;
|
|
HB_USHORT usChar;
|
|
hb_gtGetChar( iTop, iCol, &iColor, &bAttr, &usChar );
|
|
*szText++ = ( char ) usChar;
|
|
++iCol;
|
|
}
|
|
++iTop;
|
|
}
|
|
hb_retclen_buffer( pBuffer, ulSize );
|
|
}
|
|
else
|
|
hb_retc_null();
|
|
}
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* COLORREPL()
|
|
* $CATEGORY$
|
|
* CT3 video functions
|
|
* $ONELINER$
|
|
* $SYNTAX$
|
|
* COLORREPL([<cNewAttr|nNewAttr>], [<cOldAttr|nOldAttr>]) --> cNull
|
|
* $ARGUMENTS$
|
|
* <cNewAttr|nNewAttr> Designates the new attribute. The default is
|
|
* CLEARA.
|
|
* <cOldAttr|InOldAttr> Designates the old attribute to exchange. The
|
|
* default is all existing attributes.
|
|
* $RETURNS$
|
|
* Returns an empty string.
|
|
* $DESCRIPTION$
|
|
* Exchanges particular screen attributes
|
|
* TODO: add documentation
|
|
* $EXAMPLES$
|
|
* $TESTS$
|
|
* $STATUS$
|
|
* Started
|
|
* $COMPLIANCE$
|
|
* $PLATFORMS$
|
|
* All
|
|
* $FILES$
|
|
* Source is screen1.c, library is libct.
|
|
* $SEEALSO$
|
|
* $END$
|
|
*/
|
|
|
|
HB_FUNC( COLORREPL )
|
|
{
|
|
int iMaxRow = hb_gtMaxRow();
|
|
int iMaxCol = hb_gtMaxCol();
|
|
int iRow = 0, iCol;
|
|
int iNewColor, iOldColor = 0;
|
|
HB_BOOL fAll = HB_FALSE;
|
|
|
|
iNewColor = hb_ctGetClearColor( 1 );
|
|
|
|
if( HB_ISNUM( 2 ) || HB_ISCHAR( 2 ) )
|
|
iOldColor = hb_ctGetClearColor( 2 );
|
|
else
|
|
fAll = HB_TRUE;
|
|
|
|
hb_gtBeginWrite();
|
|
while( iRow <= iMaxRow )
|
|
{
|
|
iCol = 0;
|
|
while( iCol <= iMaxCol )
|
|
{
|
|
int iColor;
|
|
HB_BYTE bAttr;
|
|
HB_USHORT usChar;
|
|
|
|
hb_gtGetChar( iRow, iCol, &iColor, &bAttr, &usChar );
|
|
if( fAll || iColor == iOldColor )
|
|
hb_gtPutChar( iRow, iCol, iNewColor, bAttr, usChar );
|
|
++iCol;
|
|
}
|
|
++iRow;
|
|
}
|
|
hb_gtEndWrite();
|
|
|
|
hb_retc_null();
|
|
}
|