blob: d4a512d88ed36891917b63bf64266ee9762a5283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
mlterm is a multilingual X11 terminal emulator. It supports
different character sets, encondings and complex characters.
mlterm is optionally dependent upon the following libraries:
- fribidi (for bidirectional rendering)
http://freedesktop.org/wiki/Software/FriBidi
- libind (for ISCII rendering)
http://www.rxvt-idev.freeservers.com/
If fribidi and libind have been installed on your system
you can enable the support by adding the following
compilation options to mlterm.slackbuild:
--enable-fribidi
--enable-ind
|