Re: Command-line copy-paste?

2010-12-16 Thread Dan Mahoney, System Admin
On Thu, 16 Dec 2010, Yang Zhang wrote: Is there any way to pipe some content into screen's copy-paste buffer? Thanks! Yes, you can use the "bufferfile" command to set it to an arbitrary textfile, and "readbuf" to effectively do a "copy". You may also find useful: I have some switches with a

Command-line copy-paste?

2010-12-16 Thread Yang Zhang
Is there any way to pipe some content into screen's copy-paste buffer? Thanks! ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Q: I'm searching a way to disable Ctrl-Z

2010-12-16 Thread Stephane Chazelas
2010-12-12 21:14:15 +, Stephane Ascoet: > Hi, Ctrl-Z shuts down screen and all opened programms inside it. The only > thing I found was to re-affect the combination to another action, but I'm > unable to find how to simply disable it. I'm sure some of you know how to > do it... [...] It sho

Re: Setting Xterm ( putty ) window Tittle to Match Screen Window Title

2010-12-16 Thread Khare, Anchal
Hi, I am not quite sure what you need but, if you just want to change the window title of putty you can set the variable PROMPT_COMMAND as you wish. PROMPT_COMMAND='echo -ne "\033]0;new_title\007"' hope it helps. Regards, Anchal Khare On Fri, Oct 29, 2010 at 11:42 PM, Gomes, Charles wrote: