modified: FGI/OYK.pm
[GalaxyCodeBases.git] / tools / vbindiff / README.PuTTY
blob20d1916174af5e1e2c0ecdb1949c6232d78d7428
1 Unfortunately, I've run into problems using the Unix version of
2 VBinDiff with the popular PuTTY terminal emulator:
4   http://www.chiark.greenend.org.uk/~sgtatham/putty/
6 The first problem is that, by default, PuTTY identifies itself as an
7 "xterm".  But its xterm emulation is not completely accurate, and it
8 so happens that VBinDiff triggers the problem.  When using VBinDiff
9 with the "xterm" terminal type, you'll notice that the background
10 color doesn't extend to the right edge of the screen.  (Also, the Home
11 and End keys don't work.)
13 To fix this, you must tell PuTTY to stop pretending it's an xterm.  To
14 do that, go to the PuTTY Configuration dialog, and find the Data page
15 (under Connection).  Change the Terminal-type string from "xterm" to
16 "putty".  Don't forget to save your settings after making this change.
18 This brings us to the second problem.  The terminal description for
19 PuTTY distributed with ncurses 5.4 misidentifies the Home and End keys
20 as Find and Select, respectively.  That means those keys won't work in
21 VBinDiff (or other programs, for that matter).
23 To fix this, you can get the latest terminfo file from the author of
24 ncurses (Thomas Dickey) and install it:
26   ftp://invisible-island.net/ncurses/terminfo.src.gz
28 Or, for your convenience, I have included the corrected terminfo
29 record with VBinDiff in the file putty.src.  To install it (on the
30 system running VBinDiff), simply type:
32  tic putty.src
34 If you do that as root, it will update the system terminfo database
35 with the corrected record.  Otherwise, it will install the record in
36 your home directory (under ~/.terminfo).