2009-07-06 13:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/gttrm/gttrm.c
    * reset default color index on exit
This commit is contained in:
Przemyslaw Czerpak
2009-07-06 11:09:12 +00:00
parent 031307a86c
commit 44d6733d3e
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-06 13:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gttrm/gttrm.c
* reset default color index on exit
2009-07-06 12:41 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/task.c
* removed unused debug code

View File

@@ -2077,6 +2077,7 @@ static void hb_gt_trm_AnsiExit( PHB_GTTRM pTerm )
pTerm->SetAttributes( pTerm, 0x07 & pTerm->iAttrMask );
pTerm->SetCursorStyle( pTerm, SC_NORMAL );
pTerm->SetTermMode( pTerm, 1 );
hb_gt_trm_termOut( pTerm, "\x1B[m", 3 );
}
/* ************************************************************************* */