blob: bdd0027badb23ba54935c761feaf8353e381678c (
plain)
1
2
3
4
5
6
7
8
9
|
* What is VTE?
VTE is a library (libvte) implementing a terminal emulator widget for GTK+,
and a minimal sample application (vte) using that. Vte is mainly used in
gnome-terminal, but can also be used to embed a console/terminal in games,
editors, IDEs, etc.
VTE supports Unicode and character set conversion, as well as emulating any
terminal known to the system's terminfo database.
|