
-.  allow input through XIM
-.  UTF8 encoding 
-.  CHAT ǵǾ 쿡 code input ϵ ħ


 ɼ  
=========================

-.  vim intro ȭ Ÿ  찡 .
    --> termcap query   Ÿ (, hanterm 
	ƴ)̸, vim bug.
    --> From Bram
	This is a known problem.  I'm not sure if it is possible to fix it.
	What happens is that Vim assumes 16 colors first.  When it starts up,
	it sends the termresponse request.  When a response arrives, and the
	version number is above 150 or so, Vim asks for termcap entries.  Then
	it receives the t_Co setting of 256.  This means it's different from
	16, and the colors need to be re-initialized.  This may also mean the
	background color changed, thus the screen needs to be redrawn.  This
	clears the intro message if it was already there.

	Since the response from the xterm is asynchronous, it is unpredictable
	when the redraw happens.  I have tried to make it happen as early as
	possible.

	You can avoid this by setting t_Co to 256 in your vimrc file.  But
	that defeats the automatic mechanism.

-.  bash prompt ڿ ѱ ִ ¿ տ ѱ Է
    ȯ Ŀ  ڿ ִ ѱ ġϴ , Ŀ ġ
     ִ ó . , ѱ    ְ .
    --> mizi bash ̻,  bash i18n readline patch .

