File: README

package info (click to toggle)
iterm 0.5-3.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,208 kB
  • ctags: 1,934
  • sloc: sh: 12,139; ansic: 11,446; makefile: 240
file content (33 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
               Internationalized Terminal Emulator Library
                    Jiro SEKIBA <jir@yamato.ibm.com>
            
* What's this.
  This is a portable library for internationalized terminal emulator.
All you need to make terminal emulator is to implements Callback functions,
like a drawing string on specfic column and row, or set fore/background
color and so on.

* Install

$ ./configure
$ make
$ make install

 - configure options

  --enable-pls
     enabling PLS library for BiDi layout engine[ Default enable ]

  --enable-fribidi
     enabling fribidi library for BiDi layout engine[ Default disable ]

  If you specify both library, only fribidi library is enabled.

  --with-utempter
     use libutempter to access utmp [ Default without ]

* Directories
  - src
     all source files
  - src/unix
     unicses dependent source files