branch: externals/idlwave commit 21b7b3b8ff6074bb73e05fe8139132e7b71986d8 Author: JD Smith <jdtsm...@gmail.com> Commit: JD Smith <jdtsm...@gmail.com>
Redisplay if requested, in with post-command hook --- idlw-shell.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/idlw-shell.el b/idlw-shell.el index 11b4e9b985..701a446f9a 100644 --- a/idlw-shell.el +++ b/idlw-shell.el @@ -1870,10 +1870,7 @@ position if no recognized message is found, unless it is ;; Otherwise, no particular state: remove line display if requested (t (setq idlwave-shell-current-state nil) - (if (and redisplay - (not (eq redisplay 'disable)) - (not (and idlwave-shell-current-command - (nth 1 idlwave-shell-current-command)))) ; pcmd hook + (if redisplay (idlwave-shell-display-line nil))))))