summaryrefslogtreecommitdiffstats
path: root/vncterm/VNConsole.c
Commit message (Collapse)AuthorAgeFilesLines
* LinuxVNC: fix segfault at "linuxvnc 1 -help".Christian Beier2010-01-041-2/+2
| | | | | | | | | 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>
* Fix various compilation warningsVic Lee2009-11-101-2/+2
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* do not always include rfb/keysym.hdscho2006-09-121-0/+1
|
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-1/+0
|
* socketInitDone -> socketStatedscho2005-05-071-2/+3
|
* pointerClient was still static.dscho2005-01-181-9/+2
| | | | | | | | | | | | | | | | | | | | | | do not make requestedRegion empty without reason. the cursor handling for clients which don't handle CursorShape updates was completely broken. It originally was very complicated for performance reasons, however, in most cases it made performance even worse, because at idle times there was way too much checking going on, and furthermore, sometimes unnecessary updates were inevitable. The code now is much more elegant: the ClientRec structure knows exactly where it last painted the cursor, and the ScreenInfo structure knows where the cursor shall be. As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(), no more dontSendFramebufferUpdate, and no more isCursorDrawn. It is now possible to have clients which understand CursorShape updates and clients which don't at the same time. rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor structure knows what to free and what not.
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-28/+28
| | | | while structure members should not
* convert c++ comments to c commentsdscho2004-06-181-1/+1
|
* fix usage of non-existent attribute bufferdscho2004-01-191-8/+11
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-3/+3
| | | | get prefix "LIBVNCSERVER_"
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-6/+6
| | | | should not be used in a library (use rfbLog instead)
* fixed LinuxVNC coloursdscho2003-02-101-3/+1
|
* added colourmapexample; fixed LinuxVNC to show the right coloursdscho2003-02-101-1/+4
|
* included vnctermdscho2003-02-091-0/+499
OpenPOWER on IntegriCloud