summaryrefslogtreecommitdiffstats
path: root/vncterm/LinuxVNC.c
Commit message (Collapse)AuthorAgeFilesLines
* LinuxVNC: Fix for no input possible because of ctrl key being stuck.Christian Beier2010-01-071-1/+2
| | | | | | | | Issue was reported as Debian bug ##555988, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555988 Signed-off-by: Christian Beier <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* LinuxVNC: fix segfault at "linuxvnc 1 -help".Christian Beier2010-01-041-1/+3
| | | | | | | | | This fixes Debian Bug #399501: Switch to tty1. Run "linuxvnc 1 -help". You see help text, followed by "Segmentation fault". Signed-off-by: Christian Beier <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* do not always include rfb/keysym.hdscho2006-09-121-0/+1
|
* socketInitDone -> socketStatedscho2005-05-071-1/+1
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-5/+5
| | | | while structure members should not
* convert c++ comments to c commentsdscho2004-06-181-1/+0
|
* rfbErr introduceddscho2003-08-061-4/+4
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-1/+1
| | | | get prefix "LIBVNCSERVER_"
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-7/+7
| | | | should not be used in a library (use rfbLog instead)
* fixed LinuxVNC coloursdscho2003-02-101-0/+16
|
* included vnctermdscho2003-02-091-0/+172