Commit b43f131
committed
Use comint-send-string
This one is solving the weird duplicating prompt issue. After the sanitation
patch we were sending newline twice. Using comint-send-string because it is
more low-level and does not modify the input string, which we are building
correctly already (hopefully).1 parent feca1cc commit b43f131
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments