]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Richard B's patch to support X cut buffers as well as ordinary
authorSimon Tatham <anakin@pobox.com>
Thu, 21 Aug 2003 18:07:27 +0000 (18:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 21 Aug 2003 18:07:27 +0000 (18:07 +0000)
commit7798a59987c84edaa6f1bd5f52ac9aa93b7eb417
treef74b7410cba625ffc90a5f80836730c1f780c320
parent11c9c018ec895202fab3a84aa03828b3e6281b5c
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.

[originally from svn r3409]
unix/pterm.c