Is there a way to set the TERM variable?

Asked by Paride Legovini

It seems that Sakura, like almost every other terminal emulator,
lacks a way to set the TERM variable. It defaults to "xterm", but
I would like it to be something like xterm-256color, as some
programs (like Vim) rely on this information.

The method of setting it in a shell init script
(.bashrc/.profile/.zshrc/whatever) is wrong, as the shell does not
know about the terminal. It is the terminal that should set the
variable.

As far as I know only a few terminals do this: rxvt-unicode-256color,
stterm (from suckless) an maybe a few others.

Would it be possible to add this feature to Sakura?

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Sakura Edit question
Assignee:
No assignee Edit question
Solved by:
Paride Legovini
Solved:
Last query:
Last reply:
Revision history for this message
David Gómez (dabisu) said :
#1

Hi, i confirmed the bug report you sent it. Hopefully when i have time i'll look into this.

Revision history for this message
Paride Legovini (paride) said :
#2

Thanks!