From ea4e956ecc667fbe053073d54d91b6e6b5af6bd7 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 25 Jun 2025 09:32:20 +0200 Subject: [PATCH] Fix job control in remote shell * lisp/net/tramp-sh.el (tramp-methods) : Adapt `tramp-direct-async' argument. (Bug#71050, Bug#71259) (cherry picked from commit f805f51373217a415015c684cc9d4659dcad12d4) --- lisp/net/tramp-sh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index d9bfd522c6c..db098aae53c 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -233,7 +233,7 @@ The string is used in `tramp-methods'.") tramp-terminal-type)) ("%h"))) (tramp-async-args (("-q"))) - (tramp-direct-async t) + (tramp-direct-async ("-t" "-t")) (tramp-remote-shell ,tramp-default-remote-shell) (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c")) -- 2.39.5