Replies: 1 comment 4 replies
-
One possible issue I can see is that your
If you find yourself in this situation again, my font editor has some table flipping functionality that could help. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I have a couple characters created with ANSIs via encoding of their sixel representation.
One of them I even have distilled down into an environment variable: Just echo %CREATE_PENTAGRAM% to the console and the pentagram character (a double-width simulated emoji comprised of 2 separate ANSI characters, one for left, one for right) is created. Since I have it incorporated in my prompt I see it right away.
So.... The pentagrams are disappearing. Funniest thing I've ever said inside the software world.
Echoing that same string stopped being able to fix it.
It's some condition I can't quite reliably simulate because I almost never notice right when it happens, even though I should.
For the life of me, I feel like it MUST be a bug for the creation string to fail to create.
But maybe there is a reason. Maybe if the character already exists, it's not supposed to re-define it? That seems ridiculous and silly, but we're talking about decisions made by DEC before most of us were born. Meanwhile I've actually owned a DEC unix box and i believe it's still my attic somewhere. But I digress.
My pentagrams are disappearing.
Weirdest "g***amned" problem I've ever had (pun intended).
I do believe this issue was not experienced until recent upgrades of Windows Terminal, but no clue how to backtest that
Top is right, bottom is wrong:
Not-Really-Related Side-Challenge: To redo the sixel representation in the highest possible resolution Windows Terminal supports, for a crisper pentagram. The trumpets i have for surrounding announcements use angles that don't antialias poorly, but the pentagram art antialiases horribly. I can do the sixel conversion but i'm too poor an artist to do the character itself. Fun story: I had to do the current one twice. Did it upside-down by accident so i also have PENTACLE in addition to PENTAGRAM 🤣 It's like 30 minutes, i was like "Not today, Satan!" and flipped the proverbial table in anger at having to do it twice 😂
Beta Was this translation helpful? Give feedback.
All reactions