emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dtache a41e8862cb: Send whole string to vterm process


From: ELPA Syncer
Subject: [elpa] externals/dtache a41e8862cb: Send whole string to vterm process
Date: Mon, 7 Feb 2022 14:01:47 -0500 (EST)

branch: externals/dtache
commit a41e8862cb6db7cb486ac4340a7903963cee1b29
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Send whole string to vterm process
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 1dc327f62d..929a2ffd4a 100644
--- a/README.org
+++ b/README.org
@@ -396,7 +396,7 @@ The package can be integrated with the 
[[https://github.com/akermu/emacs-libvter
       (let* ((input (car kill-ring))
              (dtache-session-mode
               (if detach 'create 'create-and-attach)))
-        (vterm-insert (dtache-dtach-command input t))
+        (process-send-string vterm--process (dtache-dtach-command input t))
         (vterm-send-C-e)
         (vterm-send-return)))
 
@@ -412,7 +412,7 @@ The package can be integrated with the 
[[https://github.com/akermu/emacs-libvter
                              (seq-filter (lambda (it) (eq 'active 
(dtache--determine-session-state it)))))))
           (dtache-completing-read sessions))))
       (let ((dtache-session-mode 'attach))
-        (vterm-insert (dtache-dtach-command session t))
+        (process-send-string vterm--process (dtache-dtach-command session t))
         (vterm-send-return)))
 
     (defun dtache-vterm-detach ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]