Difference between revisions of "Mlterm"
Line 6: | Line 6: | ||
pacman -S mlterm | pacman -S mlterm | ||
− | 3 Optionally, if you would like to enable a non-Latin <code>less</code>, add the following to the file <code>.bashrc</code> in your home directory: | + | 3. Optionally, if you would like to enable a non-Latin <code>less</code>, add the following to the file <code>.bashrc</code> in your home directory: |
export LESSCHARSET=utf-8 | export LESSCHARSET=utf-8 | ||
+ | |||
+ | 4. The easiest way to configure mlterm is using the GUI configurator, to invoke which push control key and mouse button 3. For additional details, consult the mlterm man page. | ||
+ | man mlterm | ||
[[Category:Internationalisation]] | [[Category:Internationalisation]] |
Revision as of 17:13, 23 December 2006
mlterm is a UTF-8 terminal (allowing the display of non-Latin characters) which supports bidirectionality. To properly configure it, do the following:
2. Download the package mlterm
.
pacman -S mlterm
3. Optionally, if you would like to enable a non-Latin less
, add the following to the file .bashrc
in your home directory:
export LESSCHARSET=utf-8
4. The easiest way to configure mlterm is using the GUI configurator, to invoke which push control key and mouse button 3. For additional details, consult the mlterm man page.
man mlterm