emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/detached 1b99b04fd2 02/22: Remove comment in detached-e


From: ELPA Syncer
Subject: [elpa] externals/detached 1b99b04fd2 02/22: Remove comment in detached-env
Date: Mon, 30 May 2022 10:57:29 -0400 (EDT)

branch: externals/detached
commit 1b99b04fd2476063c2c98a576686695c0219eae9
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Remove comment in detached-env
---
 detached-env | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/detached-env b/detached-env
index b35712662d..1960833994 100755
--- a/detached-env
+++ b/detached-env
@@ -3,17 +3,8 @@
 # detached-env is a script which purpose is to run a detached command, and
 # issue to stdout, based on the exit code.
 
-# mode="$1"
-# shift
 detached_command="$*"
 
-# detached-env features two different modes:
-# 1) Plain-text: where plain text data will be logged in the sessions output
-# 2) Terminal-data: the script command is used to record the terminal
-#    data in raw format, this includes ansi escape sequences. The TERM
-#    environmental variable is set to eterm-color in order to enabled
-#    colored outputs from the detached_command
-
 TERM="eterm-color"
 if eval "$detached_command"; then
     echo -e "\nDetached session finished"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]