tChanged detach sequence - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit ee24f676d52c53efd7671096f0baa31981d9fea2
(DIR) parent ce5e21eb9799cfcb56f22e845b47b864f65a23a9
(HTM) Author: z3bra <willy@mailoo.org>
Date: Fri, 17 Oct 2014 12:03:51 +0200
Changed detach sequence
Diffstat:
M dm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/dm b/dm
t@@ -4,6 +4,7 @@
# Create/list/attach/detach applications using dtach
sockdir=~/var/run
+keyseq=
list() {
# change colors, for fun!
t@@ -35,4 +36,4 @@ shift
socket="${sockdir}/${name}"
-dtach -${method} ${socket} -r winch $@
+dtach -${method} ${socket} -e ${keyseq} -r winch $@