fbvnc: change process group if TERM_PGID is defined
[fbvnc.git] / README
blob61fb8bcd6a814a7127c9f620e24b6b26b63876f2
1 FBVNC
2 =====
4 Fbvnc is a small VNC client for Linux framebuffer.  It can be invoked
5 as follows.
7   $ fbvnc host port
9 Without arguments, it connects to port 5900 of 127.0.0.1.  Once
10 connected, it sends keyboard and mouse inputs to the VNC server and
11 updates the screen when necessary.  The following keys are not sent to
12 the server.
14 ==============  ===================================
15 KEY             ACTION
16 ==============  ===================================
17 ctrl-space      Stop/continue updating the screen
18 ctrl-alt-c      Exit fbvnc
19 ==============  ===================================
21 The zlib branch supports zlib compression.
23 When using fbvnc with fbpad, it is usually a good idea to list the tag
24 in which fbvnc is run in TAGS_SAVED (the scrsnap feature), so that
25 when switching back to the tag, its old contents are shown.  Also, it
26 is possible to disable drawing when switching from the terminal in
27 which fbvnc is run, and to enable it when switching back (instead of
28 using ctrl-space manually each time).  To do so, execute the shell in
29 fbpad using m-; (not the usual m-c), to enable terminal switching
30 signals.