Richard B's patch to support X cut buffers as well as ordinary
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 21 Aug 2003 18:07:27 +0000 (18:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 21 Aug 2003 18:07:27 +0000 (18:07 +0000)
commit3aac0d352a270e9cda03c363fb5291657a6b7cb9
treef74b7410cba625ffc90a5f80836730c1f780c320
parentd0a039b1f27c444ca842d97698fb87898a1d3f89
Richard B's patch to support X cut buffers as well as ordinary
selections, meaning that (a) a pterm can leave copied text in the
cut buffer after it terminates so that applications can pick it up
even though it isn't still around to deliver the selection in
person, and (b) pterm can pick up things left in this way by other
apps.
Downside is that all of this only happens in ISO8859-1, because X is
weird like that.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3409 cda61777-01e9-0310-a592-d414129be87e
unix/pterm.c