cannot get detach feature working

This commit is contained in:
Michael Krayer 2021-03-26 23:36:37 +01:00
parent 67845a10a0
commit 718469f548
1 changed files with 0 additions and 8 deletions

View File

@ -225,14 +225,6 @@ case $mode in
eval $CMD eval $CMD
exit $EXITSUCCESS exit $EXITSUCCESS
;; ;;
# "detach"|"det"|"d")
# exit_if_not_in_session
# PID=$(get_session_pid $DTACH_SESSION_NAME)
# echo $PID
# kill -SIGHUP $PID
# #echo -e "" > $(tty)
# exit $EXIT_SUCCESS
# ;;
"new"|"n") "new"|"n")
exit_if_in_session exit_if_in_session
#PROMPT_COMMAND="echo -ne \"\033]0;$1 (on $HOSTNAME)\007\"" #PROMPT_COMMAND="echo -ne \"\033]0;$1 (on $HOSTNAME)\007\""