contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.39k stars 101 forks source link

Nerd font character e0b2 shows as a block #707

Closed GoldsteinE closed 2 years ago

GoldsteinE commented 2 years ago

Contour Terminal version

Contour Terminal Emulator 0.3.2-unreleased

Installer source

Github: source code cloned

Operating System

NixOS

Architecture

x86-64

Other Software

No response

Steps to reproduce

  1. Use a nerd font (I used Iosevka Nerd Font Mono)
  2. printf '\ue0b2\n'

Expected Behavior

Triangle is printed

Actual Behavior

Block symbol is printed

Additional notes

The same symbol with the same font renders correctly on QTerminal

christianparpart commented 2 years ago

Fixed on master branch. :-)