mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* screen: clear after screen exit (cleans up misleading status bar)
This commit is contained in:
parent
a2ce0807d1
commit
03f1e6f560
1 changed files with 4 additions and 1 deletions
5
screen
5
screen
|
@ -60,4 +60,7 @@ sed -i 's/screen-profiles-helper/screen-profiles/' $HOME/.screen-profiles/window
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
# Now let's execute screen!
|
# Now let's execute screen!
|
||||||
exec /usr/bin/screen.real -c "$HOME/.screen-profiles/profile" "$@"
|
/usr/bin/screen.real -c "$HOME/.screen-profiles/profile" "$@"
|
||||||
|
rc=$?
|
||||||
|
clear
|
||||||
|
exit $rc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue