branch: elpa/helm
commit 9c390d36cb165a8eeb3eb521002b88d18c98999f
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Inherit from isearch in helm-selection for tty's (#2714)
---
 helm-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index ffeb61c1fc..aa81cb3d9d 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -1208,7 +1208,7 @@ then doesn't use `while-no-input', because 
`while-no-input' throws on
 (defface helm-selection
   `((((type tty pc))
      ,@(and (>= emacs-major-version 27) '(:extend t))
-     :inherit highlight)
+     :inherit isearch)
     (((background dark))
      ,@(and (>= emacs-major-version 27) '(:extend t))
      :background "ForestGreen"

Reply via email to