Re: Killing backticks when bouncing screen.

2009-01-21 Thread Chris Jones
On Tue, Jan 20, 2009 at 08:31:18AM EST, Malte Skoruppa wrote: [..] > >Thinking I would avoid the overhead of starting new processes, > >particularly for stuff that requires frequent updates in order to be > >relevant .. such as CPU utilization, I thought I'd write scripts > >that run in the back

Re: EOL switch?

2009-01-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leslie P. Polzer wrote: >> I don't know of any screen commands that do this. I would expect it to >> be a property of the terminal; a setting of stty. See what stty says >> about the ocrnl or similar options when you do "stty -a". > > I can't. How wil

Re: Caption at the top

2009-01-21 Thread James Cloos
> "Micah" == Micah Cowan writes: Michael> How can I move the caption line at the top of window? Micah> I'm afraid that's not currently possible. :( Any tips on where to look in the src to implement this (implied) rfe? -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___

Re: EOL switch?

2009-01-21 Thread Leslie P. Polzer
> I don't know of any screen commands that do this. I would expect it to > be a property of the terminal; a setting of stty. See what stty says > about the ocrnl or similar options when you do "stty -a". I can't. How will I send a line without Return working? >> I have identified Screen to be t

Re: screen crl-a c question

2009-01-21 Thread Matt Mensch
You have a typo in your command: from screen --help: -s shell Shell to execute rather than $SHELL. -S sockname Name this session .sockname instead of ... You have -s, but you mean -S. You're trying to execute a shell named "A." On Tue, Jan 20, 2009 at 20:29, David Huang wrote: > Dear

Re: screen crl-a c question

2009-01-21 Thread Florian Bender
21.01.2009, 11:29 +0800 David Huang: > screen -s A vi txt I guess just leaving out '-s A' might do the trick. -- Florian Bender GPG Fingerprint: D0BB BDF9 5889 BC30 49F4 681D 84F7 6AC7 7C39 85F8 signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___