summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtwopane.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/twopane.bash b/twopane.bash
index 07d3989..1628949 100755
--- a/twopane.bash
+++ b/twopane.bash
@@ -79,7 +79,7 @@ start_top()
79 TOP_TITLE="Command: ${*@Q}" 79 TOP_TITLE="Command: ${*@Q}"
80 screen -X focus top 80 screen -X focus top
81 screen -X screen -ln -t "$TOP_TITLE" 1 "$@" 81 screen -X screen -ln -t "$TOP_TITLE" 1 "$@"
82 screen -p1 -X exec .!. sh -c 'exec socat UNIX-LISTEN:"$TWOPANE"/socket STDIN,rawer!!STDOUT' 82 screen -p1 -X exec .!. sh -c 'exec socat UNIX-LISTEN:"$TWOPANE"/socket STDIN,cfmakeraw!!STDOUT'
83} 83}
84 84
85restart_top() 85restart_top()