Re: Display monitoring counterx on status line? [SOLVED]

2007-09-07 Thread cga2000
On Mon, Sep 03, 2007 at 06:44:10PM EDT, cga2000 wrote: > Is there any way I can display the following on the hard-status line: > > . %RAM used > . %SWAP used > . CPU temperature > . %CPU www.geocities.com/fcky1000/fcky Thanks, cga ___ screen-users

Re: Do we like the same books?

2007-09-07 Thread Aaron Griffin
On 9/7/07, Johannes Weiner <[EMAIL PROTECTED]> wrote: > Hi Aaron, > > please do not spam. Sorry bout that, I'm retarded gmail parsing and all that ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Do we like the same books?

2007-09-07 Thread Johannes Weiner
Hi Aaron, please do not spam. Hannes -- Calling EMACS an editor is like calling the Earth a hunk of dirt. -- Chris DiBona on Dirt signature.asc Description: Digital signature ___ screen-users mailing list screen-users@gnu.org http://

Re: Weird problem using 'hardcopy' -> Blank screen when never opened in real terminal

2007-09-07 Thread arturoea
Man, I was running into the same problem, but looked around some more, and found that: screen -dmS test my_interactive_program screen -S test -p 0 -X hardcopy /tmp/my_dump will work just fine. The clue here is -p 0, which means "send this command to window 0" This is what you were missing. Whe