mislam / dotfiles

Beautify your bash terminal with awesome looking prompt.
40 stars 5 forks source link

Lacking in font department #5

Closed shehi closed 8 years ago

shehi commented 8 years ago

This package heavily lacks in font department: using the font provided has special character related issues. Packages like Symfony CLI have strong table-like, colored output capabilities. With the font included, tables have no boundaries etc. The new glyphs introduced in this special font need to be placed in special address ranges, and not overwrite an address which is already occupied by a UTF-8 charset character. @mislam , please fix the font issue, otherwise this package becomes useless for devs who utilize terminal a lot.

shehi commented 8 years ago

Example characters are: ─ ┴ ┘┤etc The font provided in this package lacks these glyphs.

shehi commented 8 years ago

Update: I compared FiraCode-Regular to Ubuntu-Mono:

image

Apparently, Fira-Code has the glyphs, but for some weird reason, they are not being printed. Look at these two examples:

image

versus

image

These issues need fixing.

mislam commented 8 years ago

If you are facing font related issue, please feel free to forward them to FiraCode repo: https://github.com/tonsky/FiraCode/. Closing it.