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

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

[elpa] externals/drepl 936bbe1c27 03/10: Add OSC to comint-output-filter


From: ELPA Syncer
Subject: [elpa] externals/drepl 936bbe1c27 03/10: Add OSC to comint-output-filter-functions
Date: Tue, 7 Nov 2023 03:58:04 -0500 (EST)

branch: externals/drepl
commit 936bbe1c2708917f5cc350f3ba59ae7c6c0cf09e
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Add OSC to comint-output-filter-functions
---
 drepl.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drepl.el b/drepl.el
index 8ce596178e..875cd51219 100644
--- a/drepl.el
+++ b/drepl.el
@@ -273,6 +273,7 @@ insert start a continuation line instead."
 (define-derived-mode drepl-mode comint-mode "dREPL"
   "Major mode for the dREPL buffers."
   :interactive nil
+  (add-hook 'comint-output-filter-functions 'comint-osc-process-output)
   (push '("5161" . drepl--osc-handler) ansi-osc-handlers)
   (setq-local comint-input-sender #'drepl--send-string)
   (setq-local indent-line-function #'comint-indent-input-line-default)



reply via email to

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