Przemek

<---------------------->
2007-12-07 11:39 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
    * moved RGB definition of used colors to terminal window structure,
      now each window can use different palette
<---------------------->

Now perhaps no more static variable is left to be transferred to a strucure
member.

Eventually we will need to tie every console command to a GT, without a GT
pointer as per now and with a GT pointer for extended usage. For example: 

SetMode( nRows, nCols )   =>   SetMode( pGT, nRows, nCols )  =>  
pGT == ( hb_pcount()==3 ? hb_parGT( 1 ) : hb_DetectCurrentGT() )

And alike for all other GT commands.

We may also need to adjust Tbrowse(), Memoedit(), ReadModal() passing them
pGT as a parameter.

Just an underview of semantics to be employed for multi-GT to be very
valuable asset to Harbour programmers. I am sure you are having a much-wider
perspective to infuse everything into this concept.

Regards
Pritpal Bedi, INDIA-USA




-- 
View this message in context: 
http://www.nabble.com/2007-12-07-11%3A39-UTC%2B0100-Przemyslaw-Czerpak-%28druzus-at-priv.onet.pl%29-tf4961411.html#a14224736
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to