branch: externals/coterm
commit 570ae6d495c9229e1f4ffe091a9a5e8a317127b7
Author: Miha Rihtaršič <[email protected]>
Commit: Miha Rihtaršič <[email protected]>
Mention auto char mode as a difference from term.el
---
coterm.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/coterm.el b/coterm.el
index 35ff1ef..e37936c 100644
--- a/coterm.el
+++ b/coterm.el
@@ -77,6 +77,9 @@
;; functionality that we can now use TUI programs. It is therefore good for
;; users who generally prefer comint to term.el but sometimes miss the superior
;; terminal emulation that term.el provides.
+;;
+;; Coterm also provides `coterm-auto-char-mode' which aims to eliminate the
+;; need to manually enable and disable char mode.
;;; Code: