A couple of X forwarding fixes for Unix Plink. Firstly, under Unix
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Jan 2003 10:45:56 +0000 (10:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Jan 2003 10:45:56 +0000 (10:45 +0000)
commitecc0ba5b2e559a13cae7d4b515841ffe24624bbb
tree3cde5a2d1f2cb981715d50abcb717a6c9e740582
parent421d68352da46872c590a48e0ce601946813995a
A couple of X forwarding fixes for Unix Plink. Firstly, under Unix
the default X display should be whatever comes out of $DISPLAY,
rather than Windows's hardwired `localhost:0'. Secondly, this may
give rise to a display name without a hostname (`:0' or similar),
which we now need to be able to deal with. Of course, we still don't
_properly_ support X forwarding in Unix Plink, since we still can't
authenticate with the local display.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2420 cda61777-01e9-0310-a592-d414129be87e
settings.c
x11fwd.c