build: link eloop statically
[platform/upstream/kmscon.git] / docs / vte.txt
1 = KMSCON Virtual Terminal Emulator =
2
3 The KMSCON Virtual Terminal Emulator (VTE) tries to be linux-console, xterm and
4 vt102 compatible. This documentations contains links to several resources
5 related to VT100-like terminals.
6
7 Resources:
8         Terminfo database:
9                 man 5 terminfo
10                 man infocmp
11                 infocmp -L xterm-new
12         Linux Console Codes:
13                 man console_codes
14         VT100 User Manual:
15                 http://vt100.net/docs/vt100-ug/chapter3.html
16         VT510 User Manual:
17                 http://vt100.net/docs/vt510-rm/contents
18         XTerm Escape Sequences:
19                 http://invisible-island.net/xterm/ctlseqs/ctlseqs.html
20         C0 and C1 Control Codes:
21                 http://en.wikipedia.org/wiki/C0_and_C1_control_codes
22         ANSI Escape Sequences / Control Sequence Introducer (CSI)
23                 http://en.wikipedia.org/wiki/Control_Sequence_Introducer
24         vttest Terminal Tests:
25                 http://invisible-island.net/vttest/
26         vt100-vt520 docs:
27                 http://vt100.net/
28
29 Implementations:
30         XTerm:
31                 http://invisible-island.net/xterm/
32         libVTE:
33                 http://developer.gnome.org/vte/unstable/
34         Google JavaScript HTerm:
35                 http://git.chromium.org/gitweb/?p=chromiumos/platform/assets.git;a=tree;f=chromeapps/hterm/js;hb=HEAD
36         Wayland Terminal Widget:
37                 http://cgit.freedesktop.org/wayland/weston/tree/clients/terminal.c