From c6e7e58903c272f410c9cf230f5123353072b67a Mon Sep 17 00:00:00 2001 From: armin Date: Tue, 5 Oct 2004 17:16:24 +0000 Subject: [PATCH] * enable acs on xterm by default --- rtl/unix/video.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rtl/unix/video.pp b/rtl/unix/video.pp index 1fd5bd62e8..59b9950e7e 100644 --- a/rtl/unix/video.pp +++ b/rtl/unix/video.pp @@ -703,6 +703,8 @@ begin ACSIn:=Copy(ACSIn,1,Pos('$<',ACSIn)-1); if pos('$<',ACSOut)>0 then ACSOut:=Copy(ACSOut,1,Pos('$<',ACSOut)-1); + If fpGetEnv('TERM')='xterm' then + NoExtendedFrame := true; {use of acs for xterm is ok} end else begin @@ -903,7 +905,10 @@ initialization end. { $Log$ - Revision 1.24 2004-10-03 20:16:43 armin + Revision 1.25 2004-10-05 17:16:24 armin + * enable acs on xterm by default + + Revision 1.24 2004/10/03 20:16:43 armin * SysUpdateScreen modified esi and edi Revision 1.23 2004/07/09 19:03:35 peter