branch: externals/idlwave commit dca48a81ca5af304344d6e0e1eff1ea1e23ee938 Author: JD Smith <jdtsm...@gmail.com> Commit: JD Smith <jdtsm...@gmail.com>
Remove overlay arrow as well when clearing line --- idlw-shell.el | 1 + 1 file changed, 1 insertion(+) diff --git a/idlw-shell.el b/idlw-shell.el index 94cff375aa..868c50d6f9 100644 --- a/idlw-shell.el +++ b/idlw-shell.el @@ -2413,6 +2413,7 @@ matter what the settings of that variable." (setq idlwave-shell-is-stopped nil) (if idlwave-shell-stop-line-overlay (delete-overlay idlwave-shell-stop-line-overlay)) + (setq overlay-arrow-position nil) ;; turn off electric debug everywhere, if it's on (if idlwave-shell-electric-debug-buffers (idlwave-shell-electric-debug-all-off)))