Remove unused GNU Screen window number format

This commit is contained in:
Sorin Ionescu 2013-08-20 11:22:47 -04:00
parent d877617734
commit f6bd76a90b
1 changed files with 0 additions and 7 deletions

View File

@ -11,13 +11,6 @@ if [[ "$TERM" == 'dumb' ]]; then
return 1
fi
# Set the GNU Screen window number.
if [[ -n "$WINDOW" ]]; then
export SCREEN_NO="%B${WINDOW}%b "
else
export SCREEN_NO=""
fi
# Sets the GNU Screen title.
function set-screen-window-title {
if [[ "$TERM" == screen* ]]; then