From 3540ed9daa0d28c61fbaaea93e5958748eeb5417 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 13 Aug 2024 16:51:26 -0400 Subject: cfmakeraw instead of rawer not sure if it does anything different, but only cfmakeraw is documented. --- twopane.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twopane.bash b/twopane.bash index 07d3989..1628949 100755 --- a/twopane.bash +++ b/twopane.bash @@ -79,7 +79,7 @@ start_top() TOP_TITLE="Command: ${*@Q}" screen -X focus top screen -X screen -ln -t "$TOP_TITLE" 1 "$@" - screen -p1 -X exec .!. sh -c 'exec socat UNIX-LISTEN:"$TWOPANE"/socket STDIN,rawer!!STDOUT' + screen -p1 -X exec .!. sh -c 'exec socat UNIX-LISTEN:"$TWOPANE"/socket STDIN,cfmakeraw!!STDOUT' } restart_top() -- cgit v1.2.3