You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TERM_PROGRAM environment variable is set by Hyper, VS Code, and a couple of other apps (like iTerm 2) to inform the script of the terminal emulator program.
neovim: address terminal emulator capabilities and bugs
This is a pretty non-standard feature, but Hyper sets it, and Yarn happily uses it to display emojis on Windows.
Since Terminus also uses xterm.js, would it be proper to set the TERM_PROGRAM to terminus by default?
Description Feature Request
The
TERM_PROGRAM
environment variable is set by Hyper, VS Code, and a couple of other apps (like iTerm 2) to inform the script of the terminal emulator program.In turn, Yarn, neofetch and neovim use this variable to:
This is a pretty non-standard feature, but Hyper sets it, and Yarn happily uses it to display emojis on Windows.
Since Terminus also uses xterm.js, would it be proper to set the
TERM_PROGRAM
toterminus
by default?Here's a summary of other terminals support:
Maximus5/ConEmu#1837 (comment)
Demo
Notice the
✨
emoji on the last line:The text was updated successfully, but these errors were encountered: