:help terminal-unix says $TERM is passed to a running job.
But after :let $TERM = 'xterm-256color' | term bash --norc, $TERM in bash is still equal to xterm.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
I got "term can't be changed in gvim".
Indeed, 'term' in the Vim GUI is set to "builtin_gui" and cannot be changed. If you want to change which 'term' value is passed to the terminal, I think you can do it in your vimrc (which is sourced before starting the GUI) or even by setting $TERM in the shell before starting gvim.
Best regards,
Tony.
In gvim on Linux, the 'term' value passed to the terminal is not affected by the value of $TERM whenever it's set.
—
Is there a reason you would want to set $TERM to something else?
No,xterm-256color is enough.
I poked xterm-direct, for unlimited color. Alas, not yet.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()