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
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
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
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: