ansi shell字体问题

之前spaceline的时候就发现有问题,但是一直没管。现在发现shell非asc用ii字体有点问题。。

应该是字体高度(大小)的问题导致的错位。

我这块的配置是用的山人的。

  ;;解决org表格里面中英文对齐的问题
  (when (configuration-layer/layer-usedp 'chinese)
    (when (and (spacemacs/system-is-mac) window-system)
      (spacemacs//set-monospaced-font "Ubuntu Mono" "Hiragino Sans GB" 14 16)))

  ;; Setting Chinese Font
  (when (and (spacemacs/system-is-mswindows) window-system)
    (setq ispell-program-name "aspell")
    (setq w32-pass-alt-to-system nil)
    (setq w32-apps-modifier 'super)
    (dolist (charset '(kana han symbol cjk-misc bopomofo))
      (set-fontset-font (frame-parameter nil 'font)
                        charset
                        (font-spec :family "Microsoft Yahei" :size 14))))

求解求解~

不建议在这里用 Unicode 字符 prompt。

啥意思哈?

上面的配置我删掉了也不行。。貌似不是这里的问题