File: mlcc.html

package info (click to toggle)
mlterm 3.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,340 kB
  • sloc: ansic: 154,713; sh: 5,302; cpp: 2,953; objc: 2,776; java: 2,472; makefile: 2,445; perl: 1,674; xml: 44
file content (61 lines) | stat: -rw-r--r-- 1,719 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">

<HTML LANG="en">
 <HEAD>
 <META NAME=author CONTENT="MINAMI Hirokazu">
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
 <TITLE>mlconfig on console</TITLE>
</HEAD>
 <BODY>
 <h1>mlconfig on console</h1>

 <h2>What is mlcc?</h2>

 <p>A tiny tool to change terminal setting of mlterm.</p>
 <p> If you can use mlconfig (a GUI configurator), you may never need
 this tool. Check it first.</p>

 <p>This tool enables you to change many aspects of mlterm's
 setting. Such as ...</p>
 <ul>
  <li>Terminal encoding</li>
  <li>X Input Method</li>
  <li>Font size/color</li>
  <li>Anti Aliasing</li>
  <li>Wall picture</li>
  <li>Transparent background</li>
  <li>... and more .</li>
 </ul>

 <p>Theoretically, you can send an escape sequence to mlterm by hand and do
 not need any tool to control mlterm's settings.</p>
 <p>For example, </p>
 <pre>
 echo -e "\e]5379;wall_picture=/path/to/file.jpg\x07"
 </pre>
 <p>
 will change wall picture to /path/to/file.jpg.

 This tool was written to automagically generate such a magic
 word on behalf of you. 
 </p>

 <h2>Requirement</h2>
 <p>None to use. To compile and install, only a modern C compiler and POSIX
 compatible libraries are required.</p>

 <h2>Install</h2>
 <p>As usual, do</p>
 <pre>./configure & make & make install</pre> 
 <h2>To Do</h2>
 <ul>
  <li>Implement file selector (someday)</li>
  <li>Handle errors (REQUIRED)</li>
  <li>Write documents (who reads?)</li>
  <li>NLS (gettext?)</li>
  <li>Serialization (write back changes to config file)</li>
 </ul>
 <h2>Author</h2>
 <p>MINAMI Hirokazu (minami@chem.s.u-tokyo.ac.jp)</p>
 </BODY>
</HTML>