summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eshell-fringe-status.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/eshell-fringe-status.el b/eshell-fringe-status.el
index 3d9e71a..7497126 100644
--- a/eshell-fringe-status.el
+++ b/eshell-fringe-status.el
@@ -95,7 +95,8 @@ window."
(beginning-of-line)
(let ((face (if (zerop eshell-last-command-status)
'eshell-fringe-status-success
- 'eshell-fringe-status-failure)))
+ 'eshell-fringe-status-failure))
+ (inhibit-read-only t))
(insert
(propertize " " 'display
`((left-fringe efs--arrow-bitmap ,face))))))))