Re: Synchronizing buffers

trebol <[email protected]>
Newsgroups gmane.comp.gnu.screen.user
Message-ID <[email protected]>
Hi Cédric.

I'm new to the list, and it's a month late, but maybe
this can be usefull for someone (I use xclip as you
like):

Paste from primary selection directly in screen without
screen's bufferfile:

  exec .!. xclip -o

The same but using bufferfile:

  eval 'exec !!!  sh -c "xclip -o < ~/.screen/buff"' readbuf

Copy screen's paste bufer to bufferfile and send it
to X primary selection:

  eval writebuf 'exec !!! sh -c "xclip -i < ~/.screen/buff"'

Read the screen manual, the exec command part and specially the
fdpat description. 

Good luck, and forgive my english! 

_______________________________________________
screen-users mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/screen-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.