FUEL: Workaround for comint mode hang up.

db4
Jose A. Ortega Ruiz 2009-01-11 16:28:02 +01:00
parent 732c525eaa
commit 608352f313
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ buffer."
(defun fuel-listener-nuke ()
(interactive)
(goto-char (point-max))
(comint-kill-region comint-last-input-start (point))
(comint-redirect-cleanup)
(fuel-con--setup-connection fuel-listener--buffer))