Re: Synchronizing buffers

2012-08-06 Thread trebol
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 < ~/.scr

Re: Synchronizing buffers

2012-08-06 Thread trebol
> eval 'exec !!! sh -c "xclip -o < ~/.screen/buff"' readbuf > eval writebuf 'exec !!! sh -c "xclip -i < ~/.screen/buff"' This < aren't neccesary. Just a slip-up! ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/list