Replies: 4 comments 18 replies
-
There's actually already a mechanism in Unicode for handling this sort of thing: Emoji Glyph Facing Direction. But this depends on a couple of Unicode features (zero-width-joiners and variant selectors), which aren't yet supported in Windows Terminal. It would probably also require WT to support the proposed Unicode Core mode to get the ZWJ sequence collapsed down to two cells (by default it would be expected to occupy four cells). |
Beta Was this translation helpful? Give feedback.
-
wow, very ineresting. i wish it was as easy as an ansi escape sequence. |
Beta Was this translation helpful? Give feedback.
-
WAIT WHAT YOU'RE DOING IT?!?!?! I would very much like to do this in my preferred command line. This definitely worked on bash on my machine! Holy moly! [NOTE: I use JPSoft's TakeCommand {TCC.EXE} as my preferred CLI since the 1980s, though it was called something else back then - Norton Dos, so i have access to most internal/unix like commands but not necessarily internal powershell commands] |
Beta Was this translation helpful? Give feedback.
-
I got it working!! Thanks!! Got hung up for 15 minutes on the fact that TCC has it's own internal printf which does not behave the same as cygwin's more official printf.exe thank you so much!!! |
Beta Was this translation helpful? Give feedback.
-
I love that we can italicize emojis -- I love the ANSI & emoji support offered by Windows Terminal.
But it would be really nice to be able to flip them, too.
An example is, to have trumpets on both sides facing towards the message:
Currently it's impossible, because the trumpets only point to the right.
Seems like something to extend into the undefined ANSI code space....
Beta Was this translation helpful? Give feedback.
All reactions