From a6cde37f8f3019b06fbb2410c3565c46c2bd501d Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sat, 28 Feb 2009 11:12:07 -0600 Subject: [PATCH] revert "clear" changes; undesired --- screen | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/screen b/screen index bc835c92..ea16ab28 100755 --- a/screen +++ b/screen @@ -60,7 +60,4 @@ sed -i 's/screen-profiles-helper/screen-profiles/' $HOME/.screen-profiles/window ########################################################################## # Now let's execute screen! -/usr/bin/screen.real -c "$HOME/.screen-profiles/profile" "$@" -rc=$? -clear -exit $rc +exec /usr/bin/screen.real -c "$HOME/.screen-profiles/profile" "$@"