]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix job control in remote shell
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 25 Jun 2025 07:32:20 +0000 (09:32 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 19:18:17 +0000 (21:18 +0200)
* lisp/net/tramp-sh.el (tramp-methods) <rsync>:
Adapt `tramp-direct-async' argument.  (Bug#71050, Bug#71259)

(cherry picked from commit f805f51373217a415015c684cc9d4659dcad12d4)

lisp/net/tramp-sh.el

index d9bfd522c6c76b566031322a9af100d6e9f04120..db098aae53c77262a01511aa646af2275e798d6c 100644 (file)
@@ -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"))