Replies: 1 comment 1 reply
-
Strangeness.... Font in top window is patched with This is a starting point for investigation of that ugly small line..,. Edit: Add 'PL' to font name |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just noticed this:
Source
Technically the foundation is there:
careful
is the command line option--careful
, and the other careful can be specified here for example:But then, for this to consistently work, we would need to take our box size from the preexisting glyphs, i.e.
self.font_dim
. That part is missing. The possibleoverlap
must then also be taken into account.Is this something we want (to try out at least)?
Shall a PR be created?
I patch Cascadia Code without replacing the Poweline Glyphs since they got them originally, and that is quite ok.
But, as far as I recall, the 'small colored line' (i.e. #29) is already present inCascadia Code Powerline
;-)P.S. Maybe rather
as this would evaluate the
'careful': False
to not be careful :->Edit: Strikeout one line
Beta Was this translation helpful? Give feedback.
All reactions