
 what : a TRW2000 v1.22/ v1.23 plugin contain new
        screen related commands. 
	ever complains about trw2000 color?
	here i made one to satisfy ur need ;)
	ever imagine uses font2 like in sice scr?
	hmm... what the diffs?
	sice's font2 dimension is 14*8 while trw's
	font2 dimension is 16*8.
	what for?
	well, of course the screen lines are wider
	and u can get same impression like  what u
	saw in sice but u were in trw2000 ;D
	so the new command added here are :
	COLOR and FONTSICE...
	and before anything else, please read below
	completely and carefully, or u'll face some
	thing really bad ;p

 how  : place the screen.sys file in /sys directory

	:[syntaxs]:
	COLOR c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12
	; all param in hex
	FONTSICE [param]

	:[examples]:
	:COLOR 1 2 3 4 5 6 7 8 9 a b c
	:COLOR default ; use default color setting
	:COLOR yeepy   ; if u r in happy ;)
	:FONTSICE      ; alter font to sice's font2
	:FONTSICE gone ; restore font before

	:[details about COLOR params]:
	COLOR equations used by TRW2000 :
	0 - Black	  8 - Black, again :(
	1 - Dark Blue	  9 - Blue
	2 - Dark Green	  A - Green
	3 - Dark Cyan	  B - Cyan
	4 - Dark Red	  C - Red
	5 - Dark Magenta  D - Magenta
	6 - Dark Yellow	  E - Yellow
	7 - Grey	  F - White
	
	parameters sequence are :
	c1  - window border color while dragging
 	c2  - window sizer[right bottom corner] color
	c3  - data & stack execmode[V86/PROT16/PROT32]
	      highlight color
	c4  - highlight color for registers update
	c5  - "press any key to..." color [status bar]
	      and pagetitle color too ;)
	c6  - highlight color for `` in dprintf() only
	c7  - highlight color for current disasm line
	c8  - symbols color/exported func [leftindent]
	c9  - exported function highlight color
	c10 - disasm execmode highlight color
	c11 - horizontal window sizer color
	c12 - cmd's help color [in status bar]

	:[FONTSICE cmd rulez]:
	bcoz of implementations design, it's prohibit-
	ed that u run :FONT 2 command after executing
	:FONTSICE command. try that if u curious ;p
	and u know what... that why i rulez the ruler
	in using FONTSICE command here. neva..neva...
	using FONT 2 cmd before u restore the font to
	prev one by :FONTSICE gone command.

	:[automating commands]:
	u can make trw2000 run cmds automatically by 
	setting INIT="" in trw2000.ini files. ie :
	INIT="lines 35;wr 3;wd 4;wc 16;color yeepy"
	and to use fontsice each time u start trw :
	INIT="fontsice;lines 42;wr 5;wd 10;wc 15;
	color yeepy"

 news : if u give attention to this release, then u'll
	notice that theres no patch info anymore. well,
	i wont bother u with any patch info again in 
	this/next release ;) one thing that lazy guys
	desired ;p
	and have a nice day to u :D

 when : 10-25-2002  v1.0  start with COLOR cmd ;)
	10-27-2002  v1.0  start FONTSICE cmd :D
	10-28-2002  v1.0  first release :D

 who  : dion	e-mail : daner@go.cc

 todo : . make PALETTE command ;)

 lic  : full source code included. if you use this code, at-
	least mention the credits somewhere. if you plan to
	include the code for commercial purpose, then you
	must contact me first : daner@go.cc

 say  :	G>greets to LiuTaoTao and ZhuNanHao from me ;)
	Q>do you guys stop to update TRW ?
	S>btw, TRW was really ::cool::, i like it :D
	G>yup! and greets to Xu JiBing, author of a
	  brand new TWX2002 debugger.
	Q>its wonderful if u can implement plugin in
	  TWX2002 ;p

