                  X Internationalized Terminal Emulator
                    Jiro SEKIBA <jir@yamato.ibm.com>
            
* What's this.
 This is an X Internationalized Terminal Emulator and Widget.
Both use libiterm.  Please install libiterm first.

* Install

 Fisrt of, please compile/install libXiterm, such is a terminal
emulator widget.

$ cd lib
$ ./configure
$ make
$ make install

 the widget has no configure option yet.
Secondary, compile/install xiterm program.

$ cd src
$ ./configure
$ make
$ make install

 xiterm has no configure option yet.

* Options for xiterm

  Currently xiterm supports limited options.

 -fn <fontset>    specify fontset to display characters
 -fb <fontst>     specify bold fontset to display bold characters
 -fg <color>      specify foreground color
 -bg <color>      specify background color
 -rv              enable reverse color
 -sb              enable scrollbar
 -sbl             enable scrollbar on left [default on right]
 -vb              enable visual bell
 -ls              enable login shell

 If you compiled libiterm with PLS or fribidi, layout engines, 
you can switch orientation of text by `Alt+Enter', which enables 
that all text starts from right edge to left edge of terminal. 
NOTE: fribidi library doesn't support shaping yet.

* Known Bugs

 - -geometry option doesn't work

