Buddy Burden <[EMAIL PROTECTED]> said
                (on Thu, Sep 28, 2006 at 05:42:14PM -0400):
> I would do it thusly:
> 
> if ( $?STY ) then
>       screen -x
> endif

Just a thought, but how about something like:

if ( $?STY ) then
        echo -n "Ctrl-C now to avoid screen - in 3 secs..."
        sleep 3
        screen -x
endif

-- 
Geraint A. Edwards (aka "Gedge")
[EMAIL PROTECTED]


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to