]> git.proxmox.com Git - vncterm.git/blame - README
fix version in control/changelog
[vncterm.git] / README
CommitLineData
e6d0212c
DM
1Simple VNC terminal emulator (inspired by VncCommand)
2
3We try to simulate a 'xterm', because we want to support:
4
5 - unicode
6 - mouse
7
8and xterm seems to be the best solution for that.
9
10some code is inspired by: qemu, VncCommand, xterm, linux kernel, ...
11
12libvncserver
13============
14
15LibVNCServer does not suppurt TLS currently. So we staically link to a
16patched versions on that library instead of using the debian shared
17libraries.
18
19VNC Java Applet (for use in web based applications):
20====================================================
21
22We use patched VncViewer files (latest TigerVNC sources):
23
24http://www.tigervnc.com/
25
26We sign the applet to make clipboard working.
27
28
29TODO:
30=====
31
32Useful sources for terminal emulation:
33
34 xterm source: ctlseqs.txt
35 http://vt100.net/docs/vt220-rm
36 man 5 terminfo
37 infocmp xterm
38 man console_codes
39
40Fonts:
41
42we currently use fonts provided by the debian console-data package:
43see /usr/share/consolefonts/*
44
45Only 8x16 fonts are supported
46
47TODO contains a list of unimplemented things.