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
|
svte: simple virtual terminal emulator: minimal, tabbed, VTE-based terminal
svte is a terminal that is flexible and has a small codebase. Its aim is to be
lightweight and fast, while providing nice integration with a modern Linux
environment. svte is yet another minimal GTK incarnation of VTE. svte is an
alternative to Sakura, Lilyterm, etc.
= Goals of svte =
* Keep a small footprint, small codebase, and minimal implementation
* Support a large amount of the VTE interface
* Support color schemes
* Load configuration information from an rc file
= Help =
svte usage information is available at the svte project site, located at
http://code.google.com/p/svte/.
If you have questions or comments regarding using svte, send an email to the
svte-users mailing list at svte-users@googlegroups.com. To browse the group,
see http://groups.google.com/group/svte-users/.
= Contributing =
Contributions to svte are most welcome. Please submit patches or pull
requests to the svte-eng mailing list at svte-eng@googlegroups.com. To browse
the group, see http://groups.google.com/group/svte-eng/.
All other information contributors might need, like change histories, the bug
tracker, and documentation are available at the svte project site
http://code.google.com/p/svte/.
= Thanks =
svte is made possible in part by the work of predecessory projects, including:
* 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.) Licenses are included with
svte in the LICENSE file.
For further information visit:
* http://www.gnu.org/licenses/gpl.html
* http://en.wikipedia.org/wiki/MIT_License
|