Fix the fuel "No prompt found" bug using eungju's better fix; otherwise would just pull the patch.
parent
5343b8e749
commit
cdd80be3cf
|
|
@ -128,7 +128,7 @@
|
|||
(fuel-con--setup-comint)
|
||||
(fuel-con--establish-connection conn buffer)))
|
||||
|
||||
(defconst fuel-con--prompt-regex "( .+ ) ")
|
||||
(defconst fuel-con--prompt-regex "IN: [^ ]+ ")
|
||||
(defconst fuel-con--eot-marker "<~FUEL~>")
|
||||
(defconst fuel-con--init-stanza "USE: fuel fuel-retort")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue