blob: 782a7af3b0adecec0d13cbf42fdc3a7a198e91e4 (
plain)
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
|
commits to mt should be small and frequent, push them as soon as possible, once something works bug free, push it. That way it is easier to track changes over a period of time
Todo/Goals:
vte callbacks
http regex
color schemes
rcfile
font configuration
commenting and reworking some source.
minimal gtk or vte lib possible?
mt - multi-terminal: a simple, tabbed, VTE based terminal that aims to simple, flexible, and maintain a ridiculously small codebase. white the footprint may not be even close to st, i feel it provides better integration to the modern linux environment. GTK's footprint isn't light, but it has excellent API and features.
Basically another minimal GTK incarnation of gtk's VTE integration.
I was looking for a alternative to Sakura, Lilyterm and others.
BUGS:
NONE
THANKS to:
Sakura
Suckless.org
LilyTerm
tinyterm
LICENSE:
This project is released under the GPL license. Scripts from surf are under the MIT/X license ( read the license file for MIT/X)
for further information visit
http://www.gnu.org/licenses/gpl.html
http://en.wikipedia.org/wiki/MIT_License
I used these as programs examples and they helped alot!
CONTACT:
Swing me some electronic mail :) mutantturkey@gmail.com
|