Hi Przemek,
I must then enter the reset command (in bash) to find
the originals terminal settings (black on white background)
Is there possibility to correct or bypass this problem?
AFAIK you are using older GTTRM code because current one restores
default terminal color on exit.
Thank you i update harbour from svn and now it restores correctly default
terminal color on exit. But only for the prompt and the cursor, the rest
of the
screen is always black.
How can i restore screen before harbour app ?
This sample give a black screen :
#!/usr/bin/hbrun //GTTRM
function main(cFiltre)
local cScreen:=savescreen( 0,0,maxrow(),maxcol() )
USE test
dbedit()
restscreen( 0,0,maxrow(),maxcol(), cScreen )
return(NIL)
Best regards,
Guy
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour