aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
diff options
context:
space:
mode:
Diffstat (limited to 'vterm.el')
-rw-r--r--vterm.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/vterm.el b/vterm.el
index 2265218..c397d8e 100644
--- a/vterm.el
+++ b/vterm.el
@@ -383,11 +383,14 @@ This means that vterm will render bold with the default face weight."
:type 'boolean
:group 'vterm)
-(defcustom vterm-set-bold-hightbright nil
- "When not-nil, using hightbright colors for bolded text, see #549."
+(defcustom vterm-set-bold-highbright nil
+ "When not-nil, using highbright colors for bolded text, see #549."
:type 'boolean
:group 'vterm)
+(define-obsolete-variable-alias 'vterm-set-bold-hightbright
+ 'vterm-set-bold-highbright "0.0.2")
+
(defcustom vterm-ignore-blink-cursor t
"When t, vterm will ignore request from application to turn on/off cursor blink.
@@ -775,7 +778,7 @@ Exceptions are defined by `vterm-keymap-exceptions'."
vterm-disable-underline
vterm-disable-inverse-video
vterm-ignore-blink-cursor
- vterm-set-bold-hightbright))
+ vterm-set-bold-highbright))
(setq buffer-read-only t)
(setq-local scroll-conservatively 101)
(setq-local scroll-margin 0)