Re: terminal clear/refresh after detach

2011-09-13 Thread Ben Love
* Lonni J Friedman wrote on [2011-09-13 12:36:43 -0700]: > On Tue, Sep 13, 2011 at 10:56 AM, Ben Love wrote: > > * Lonni J Friedman wrote on [2011-09-12 12:17:08 -0700]: > >> Greetings, > >> I recently upgraded from Fedora14 to Fedora15.  As part of the > >> u

Re: terminal clear/refresh after detach

2011-09-13 Thread Ben Love
here: http://wiki.bash-hackers.org/snipplets/screen_saverestore using tput smcup and tput rmcup to save and restore the screen manually, though this is probably not what you're looking for. Ben > > thanks! > > -- Ben Love http://www.kylimar.com/ signature.asc Description: Digital s

Re: screen, detached, stdout

2011-02-13 Thread Ben Love
hell. The shell then correctly parses the command and does what you intend. Of course, the other responses about -L are probably simpler to use anyway. Ben -- Ben Love http://www.kylimar.com/ signature.asc Description: Digital signature ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Caption string: Escape status

2010-01-29 Thread Ben Love
e screen process for the state from a shell, I could accomplish it with backticks. (Although that presents its own problems with latency.) As others have said, I think a way to visualize the status (or any way to indicate the status!) would be very helpful. Ben -- Ben Love blove+signature (at)

Caption string: Escape status

2010-01-23 Thread Ben Love
d anything that does something similar. I've considered creating a patch to add a new string escape sequence that would return the state of the escape (similar in function to %F). But first I wanted to make sure that this wasn't already possible through some other means. Ben -- Ben