File: vte.txt

package info (click to toggle)
kmscon 9.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,684 kB
  • sloc: ansic: 30,388; sh: 112; python: 89; makefile: 16
file content (37 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download | duplicates (3)
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
= 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