mlterm is a multi-lingual terminal emulator written from scratch, which supports various character sets and encodings in the world and complex characters, such as double width for East Asian, combining for Thai, Vietnamese, and so on, and bi-direction for Arabic and Hebrew. Indic scripts in ISCII encoding are experimentally supported using libind library. It also supports various unique feature such as anti-alias using FreeType, multiple XIM, multiple windows, scrollbar API, scroll by mouse wheel, automatic selection of encoding, daemon mode, and so on.
mlterm is a multi-lingual terminal emulator written from scratch, which supports various character sets and encodings in the world and complex characters, such as double width for East Asian, combining for Thai, Vietnamese, and so on, and bi-direction for Arabic and Hebrew. Indic scripts in ISCII encoding are experimentally supported using libind library. It also supports various unique feature such as anti-alias using FreeType, multiple XIM, multiple windows, scrollbar API, scroll by mouse wheel, automatic selection of encoding, daemon mode, and so on.
To install mlterm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mlterm
To see what files were installed by mlterm, run:
port contents mlterm
To later upgrade mlterm, run:
sudo port selfupdate && sudo port upgrade mlterm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.