same output display repeatedly

2010-03-16 Thread Software Groups
Hi, I was using screen on solaris for few year with any issue. Recently I have moved to Redhat Linux 4 its running under vmware. Whenever command displays more lines of output (like cat, dmesg etc), same output scrolling repeatedly on that window, I have to kill that window and re-open the connec

Re: how to start screen from .bashrc

2006-09-20 Thread Software Groups
gt; would you? Also, with "csh", am I right to assume the test > would go in ".login"? Yeah, I guess .login would be the correct place for csh. Long time since I used csh (or tcsh), but I guess something like: if ("$STY" != "") then exec screen -dR

Re: workaround to not overwrite .bash_history

2006-07-10 Thread Software Groups
keeping his history lists & history file in sync' ..? Thanks, cga > > ___ > screen-users mailing list > screen-users@gnu.org > http://lists.gnu.org/mailman/listinfo/screen-users ___ screen

Re: screen+putty setting window title

2005-11-14 Thread Software Groups
ent inside screen. Instead, (for bash) do > > PROMPT_COMMAND='echo -ne "\033_hello1\033\\"' > > For something like .bashrc, it's best to test if you're inside a screen > session by checking the $TERM variable before setting the above > variable. > >

my screen get locked sometime

2005-10-27 Thread Software Groups
screen window, it happened on both Linux & Solaris? screen-3.9.15-11 Thanks -- Software Groups (SFG) http://www.sfgroups.com ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: screen+putty setting window title

2005-10-06 Thread Software Groups
Thanks for your reply, for some reason this is not working from inside screen PROMPT_COMMAND='echo -ne "\033]0;hello1\033\\"' #echo $TERM xterm Thanks On 10/6/05, Software Groups <[EMAIL PROTECTED]> wrote: > Hi, > > In linux I use this prompt c

screen+putty setting window title

2005-10-05 Thread Software Groups
Hi, In linux I use this prompt command to change putty window title. PROMPT_COMMAND='echo -ne "\033]0;hello1\007"' This command is not working inside screen. Is any other way to change putty window title from inside screen session. Thanks -- Software Groups (SFG) htt

Re: How can I execute a command in a detached screen?

2005-09-19 Thread Software Groups
and executed. > I've been pouring over the man pages and I cannot discern the proper > syntax for this. > > Clue please? > > Jim C. > > > > ___ > screen-users mailing list > screen-users@gnu.org &

Simulating keyboard activity on all screen session in frequent interval

2005-08-23 Thread Software Groups
do send keyboard activity in frequent time interval? I thinking of sending space and backspace character. Any tips on this issue? Thanks -- Software Groups (SFG) http://www.sfgroups.com ___ screen-users mailing list screen-users@gnu.org http