le ven 08-03-2002 � 16:28, thomas poindessous a �crit :
> Hi, i still have a problem with clear and bterm. It just doesn't work. The
> cursor is moved in the right place, but screen is not cleared.

I found it !

For bterm, clear must be : 
clear=\E[H\E[2J (found in bogl-0.1.8/bterm.ti) and busybox implement
clear like this : printf("\033[H\033[J"); (found in
busybox-0.60.2/clear.c )

This is also declared in dbootstrap.h 
#define  CLEAR "^[[H^[[J"

I will rebuild bf with right clear code and test.

-- 
Thomas Poindessous
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to