blob: caf02e4fe443a7e17273b399088a1c80cb637557 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
mlterm is a multilingual X11 terminal emulator. It supports different
character sets, automatic selection of proper enconding, complex
characters such as double width for East Asian and bi-direction for
Arabic and Hebrew.
For ISCII rendering mlterm is dependent upon the libind library.
To compile the package with libind support add "--enable-ind"
to the configure options in the build script.
To use anti-aliased fonts select XfreeType rather than xcore, run the
script as follows: FONT_ENGINE=xft ./mlterm.SlackBuild
|