One of the things that vterm wasn't able to do that I didn't have much hope of it ever doing was render dim text. Example: ``` printf '\x1b[2mdim\x1b[0mnot dim' ``` Ghostty can do this, so I imagine ghostel could as well if it was handled properly.
One of the things that vterm wasn't able to do that I didn't have much hope of it ever doing was render dim text.
Example:
Ghostty can do this, so I imagine ghostel could as well if it was handled properly.