I'm connecting to a Solaris machine from WinXP using PuTTY.
When I try to use the NumPad keys for editing a command in Bash (Home, End, Delete) a ~ character is instead printed to the console. Relevant envirnoment parameters as follows:
MACHTYPE=sparc-sun-solaris
SHELL=/bin/bash
HOSTTYPE=sparc
OSTYPE=solaris
TERM=xterm
Can I configure PuTTY to get the NumPad keys working?
