VT100 double-height, etc #3243
Replies: 3 comments 1 reply
-
|
Related: #5563. |
Beta Was this translation helpful? Give feedback.
-
|
There was a recent article on this: https://dgl.cx/2025/06/can-your-terminal-do-emojis I was going to create a ticket, but found this discussion that already existed. Could we support this double height feature from VT100? |
Beta Was this translation helpful? Give feedback.
-
|
For the reference, this is the full list of escape sequences, taken from here
Besides for titles, I use this to zoom in for complicated characters which are difficult to read at normal terminal sizes, like for instance 龘. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Apple's built-in terminal supports double height VT100 escape sequences:
It's useful for printing titles and so on and works on most terminals. While clearly the VT100 didn't support emoji, several terminals implement this as an obvious extension and you can even use it to invent new emoji combinations for great fun (see above). This works in Apple terminal and xterm (although there were some bugs I reported and were fixed around 2 years ago). (I also have a public thing which uses this if you run
curl -i ip.wtf.)Beta Was this translation helpful? Give feedback.
All reactions