]> git.proxmox.com Git - vncterm.git/blame - README
add patches for newer tigervnc 1.2.0
[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
336e20e1 22We use patched VncViewer files (TigerVNC 1.1.0 sources):
e6d0212c
DM
23
24http://www.tigervnc.com/
25
26We sign the applet to make clipboard working.
27
336e20e1
DM
28Note: Newer tigervnc 1.2.0 always use a toplevel window, which
29make it basically useless as applet.
30
31http://sourceforge.net/tracker/?func=detail&aid=3488166&group_id=254363&atid=1126849
32
33I put patches for 1.2.0 to newtigerpatches subdir.
e6d0212c
DM
34
35TODO:
36=====
37
38Useful sources for terminal emulation:
39
40 xterm source: ctlseqs.txt
41 http://vt100.net/docs/vt220-rm
42 man 5 terminfo
43 infocmp xterm
44 man console_codes
45
46Fonts:
47
48we currently use fonts provided by the debian console-data package:
49see /usr/share/consolefonts/*
50
51Only 8x16 fonts are supported
52
53TODO contains a list of unimplemented things.