This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xwinclip and dtsession


J S wrote:

> Are there any other ways to do copying and pasting in XFree86 other than 
> using XWinclip?

If you only want to cut-and-paste only within X11 (not transferring the text 
to windows) the you don't need xwinclip. If you want to transfer the text to
windows but can't use xwinclip, you can start an xterm from cygwin and do
$ cat >/dev/clipboard 
an then paste the text to the xterm. End it with Ctrl-D (^D) on a new line
the other way is
$ cat </dev/clipboard
and then select the text. Or you can write the text directly to /dev/clipboard
Maybe you'll have to change the lineendings. Then use
$ recode ../CRLF >/dev/clipboard
or 
$ recode /CRLF.. </dev/clipboard

NP: Terminal Choice - i donīt believe
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]