A tiny tool to change terminal setting of mlterm.
If you can use mlconfig (a GUI configurator), you may never need this tool. Check it first.
This tool enables you to change many aspects of mlterm's setting. Such as ...
Theoretically, you can send an escape sequence to mlterm by hand and do not need any tool to control mlterm's settings.
For example,
echo -e "\e]5379;wall_picture=/path/to/file.jpg\x07"
will change wall picture to /path/to/file.jpg. This tool was written to automagically generate such a magic word on behalf of you.
None to use. To compile and install, only a modern C compiler and POSIX compatible libraries are required.
As usual, do
./configure & make & make install
MINAMI Hirokazu (minami@chem.s.u-tokyo.ac.jp)