Re: Screen terminating on GNU

2017-11-15 Thread Bruno Cudini
Hi, Le lundi 13 nov. 2017 à 15:22:46 (+0530), Mounika Maddula a écrit : > But I notice that even screen sessions are getting terminated automatically. > When I try attaching to last screen session using 'screen -r', I get message > saying 'no screen sessions found'. Can you please let me know what

Re: Tinted Backgrounds

2014-03-18 Thread Bruno Cudini
Hello list, On Sun, Mar 16, 2014 at 08:50:51PM -0400, Roberta Hopkins wrote: > My question is: how may > I convince screen to give me a slightly differently colored background > for each screen instance? I would like to know at a glance whether I > am writing on the Front or the Back of my paper.

Re: Split is proportion

2013-07-13 Thread Bruno Cudini
Hi list, On Sat, Jul 13, 2013 at 12:09:32PM +0400, Roman Belyakovsky wrote: > But now splits are autoresized automatically so I wonder if you are > aware of any workaround for this. You can use C-A :resize 30%, at least on version 4.01.00devel (default on my Debian Wheezy) __

Re: command to clear screen buffer?

2013-04-27 Thread Bruno Cudini
Hi, On Fri, Apr 26, 2013 at 05:08:45PM -0400, Captain Wiggum wrote: > Some times I vim a confidential file or a p/w vault. > Then this clear text info is trapped in my scroll back buffer forever. > Is there a command to purge the scroll back buffer? > If not, it seems like a good feature for the n

Re: binding command character to f12

2013-03-24 Thread Bruno Cudini
On Sun, Mar 24, 2013 at 06:32:35AM +0400, sonne wrote: > Great, how could I now unset C-a so as to free the keystroke? According to the manpage in the section about the 'bind' command, you shoud be able to do so easily : > If no further argument is given, any previously established binding > fo

Re: binding command character to f12

2013-03-15 Thread Bruno Cudini
On Fri, Mar 15, 2013 at 05:30:27AM +0400, sonne wrote: > Binding command character to f12. Impossible? > > From this > http://www.gnu.org/software/screen/manual/screen.html#Command-Character > manual, it appears that I can only bind command char to a key that > emits asci code. I don't know of any

Re: screen -x myname mycommand

2013-02-26 Thread Bruno Cudini
Hi, On Tue, Feb 26, 2013 at 11:57:40AM +, Jonathan Chetwynd wrote: > How from a script to run a command once attached to a remote screen? > > $ screen -x myscreen flite -t connected You should use -X instead of -x. You can also use -p to select a windows, before starting the command (useful

Re: Screen staying alive after ctrl+c-ing its initial task

2013-01-22 Thread Bruno Cudini
Hi list, On Tue, Jan 22, 2013 at 05:06:31AM +0200, Andrey Utkin wrote: > 3. I tried to interrupt such script process with Ctrl+C while attached > to its screen. Surprisingly, i haven't got bash prompt after that, but > screen is terminated. What can i do to get prompt again, to have > chance to re

Re: screen script

2012-11-16 Thread Bruno Cudini
Hi, On Fri, Nov 16, 2012 at 11:28:32AM -0700, Nick Atzert wrote: > I've considered doing it that way but the list of servers is constantly > changing. I help maintain about 20,000 machines globally. It will never be > the same list. What about scripting the .screenrc processing, or launching them

Re: Turn on logging in screenrc

2012-11-06 Thread Bruno Cudini
Hi, On Tue, Nov 06, 2012 at 02:29:57PM +, Курдюков Сергей Александрович wrote: > Which option in screenrc working like "screen -L"? > I want turn on logging globaly. Try option "log on" into /etc/screenrc, but > write "log: window required" when screen startup. The "deflog" option seems to d

Re: Modify screen parameters without screen restart

2012-09-17 Thread Bruno Cudini
Hi, > I have configured a hardstatus string in my .screenrc file. Now I > want to modify hardstatus string without restarting the running > screen. Is there a way to modify screen parameters like hardstatus > string for a running instance of screen. You can use the ^A : binding to run whatever

Re: flushing to logfile

2012-08-21 Thread Bruno Cudini
On Tue, Aug 21, 2012 at 01:19:24PM +0200, Borja Soutullo wrote: > It seems that hardcopy only provides you with some information if you have > ever accessed the terminal screen. > I mean, I always a screen in detached mode, and if I try to hardcopy it, it > will always be empty. As soon as I access

Re: flushing to logfile

2012-08-21 Thread Bruno Cudini
Hi, On Tue, Aug 21, 2012 at 10:04:03AM +0200, Borja Soutullo wrote: > Is there any way to force the flushing of the screen buffer to the logfile? > I want to execute a command and immediately after that, get the logfile and > check the result of the command. Not sure of the differences, but isn't

Re: Set silence notification message (as for activity)

2012-07-24 Thread Bruno Cudini
Hi there, On Tue, Jul 24, 2012 at 05:03:55PM -0400, diegoathletic...@gmail.com wrote: > By the command activity you can set the activity message for > monitoring. Is there any similar command for set the message to be > displayed when monitoring silence? > I've found that this question have been m

Re: How to give each screen session a description?

2011-11-28 Thread Bruno Cudini
On Mon, Nov 28, 2011 at 06:13:22PM +0100, Axel Beckert wrote: > Hi, > > On Mon, Nov 28, 2011 at 10:33:14AM -0600, Peng Yu wrote: > > When I run the following command I got a number for each session. > > Those numbers are not descriptive. Is there a way to associated some > > string to each session

Re: Redirecting output on screen command line

2011-07-28 Thread Bruno Cudini
he ">" is not passed into screen. I've tried > escaping the ">" in all the different ways I could think of, but > nothing has worked. > > Is there a way to do this? Hello, I guess using sh -c '...' should do the trick: scre

Re: Hi .. question about region fading

2011-06-17 Thread Bruno Cudini
On Mon, Jun 13, 2011 at 01:22:53PM +0300, Vladimir Todorov wrote: >Hi there, > >I am new to this mailing list. >I have a question about screen. >Generally when I use screen I have several regions opened. Currently I >have made my hard status line display which are my opened vir