JetBrains IDE 嵌入式终端光标在使用箭头键(<- 和 ->)时消失

JetBrains IDE embedded terminal cursor disappears while using arrow keys (<- and ->)

我正在使用 zsh/prezto 和 syntax-highlighting 插件。当我使用箭头键在终端命令中导航时,光标在嵌入式终端中消失,并且每隔 ~ 秒 blinks/flashes。

这是一个例子 (gif):

它不会在 Terminal.app 或 iterm 中发生。如果我在 .zpreztorc 中禁用 syntax-highlighting,它会像预期的那样工作。 =(

我禁用了光标荧光笔,现在可以使用了!

.zpreztorc

zstyle ':prezto:module:syntax-highlighting' highlighters \
   'main' \
   'brackets' \
   'pattern' \
   'line' \
   'cursor' \ <-- removed
   'root'