diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-08-10 18:02:32 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-08-10 18:02:32 +0200 |
commit | 7a64adeca995b619e17636289618dbbcfcf0e17f (patch) | |
tree | 443abcc1c8abf2a0d7ce4d2725adce968f142708 /docs | |
parent | 7ae88d4ed781e3ea8ba3343e73789eb968123d04 (diff) |
Move doc/vte.txt to docs/vte.txt
There is really no reason to have _two_ documentation directories.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vte.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/vte.txt b/docs/vte.txt new file mode 100644 index 0000000..52864fa --- /dev/null +++ b/docs/vte.txt @@ -0,0 +1,37 @@ += KMSCON Virtual Terminal Emulator = + +The KMSCON Virtual Terminal Emulator (VTE) tries to be linux-console, xterm and +vt102 compatible. This documentations contains links to several resources +related to VT100-like terminals. + +Resources: + Terminfo database: + man 5 terminfo + man infocmp + infocmp -L xterm-new + Linux Console Codes: + man console_codes + VT100 User Manual: + http://vt100.net/docs/vt100-ug/chapter3.html + VT510 User Manual: + http://vt100.net/docs/vt510-rm/contents + XTerm Escape Sequences: + http://invisible-island.net/xterm/ctlseqs/ctlseqs.html + C0 and C1 Control Codes: + http://en.wikipedia.org/wiki/C0_and_C1_control_codes + ANSI Escape Sequences / Control Sequence Introducer (CSI) + http://en.wikipedia.org/wiki/Control_Sequence_Introducer + vttest Terminal Tests: + http://invisible-island.net/vttest/ + vt100-vt520 docs: + http://vt100.net/ + +Implementations: + XTerm: + http://invisible-island.net/xterm/ + libVTE: + http://developer.gnome.org/vte/unstable/ + Google JavaScript HTerm: + http://git.chromium.org/gitweb/?p=chromiumos/platform/assets.git;a=tree;f=chromeapps/hterm/js;hb=HEAD + Wayland Terminal Widget: + http://cgit.freedesktop.org/wayland/weston/tree/clients/terminal.c |