Allow terminal text modification after it's killed
* eat.el (eat--sentinel): Remove 'read-only' and other text properties from the terminal region.
This commit is contained in:
parent
80ce477055
commit
89983b580c
1 changed files with 5 additions and 0 deletions
5
eat.el
5
eat.el
|
@ -6428,6 +6428,11 @@ to it."
|
|||
(delete-region (eat-term-end eat--terminal)
|
||||
(point-max)))
|
||||
(eat-emacs-mode)
|
||||
(remove-text-properties
|
||||
(eat-term-beginning eat--terminal)
|
||||
(eat-term-end eat--terminal)
|
||||
'( read-only nil rear-nonsticky nil front-sticky nil
|
||||
field nil))
|
||||
(eat-term-delete eat--terminal)
|
||||
(setq eat--terminal nil)
|
||||
(eat--set-cursor nil :default)
|
||||
|
|
Loading…
Add table
Reference in a new issue