Timeline for Where does the TERM environment variable default get set?
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 22, 2024 at 18:28 | comment | added | Petru Zaharia | One can still override the setting in /lib/systemd/system/[email protected] by manually adding the Environment=TERM=vt100 line to the start of the [Service] section. Tested on a Debian 12.5. | |
| S Mar 23, 2022 at 10:16 | history | edited | Stephen Kitt | CC BY-SA 4.0 | Point to JdeBP’s current domain. |
| Mar 23, 2022 at 7:08 | review | Suggested edits | |||
| S Mar 23, 2022 at 10:16 | |||||
| Mar 16, 2020 at 16:34 | comment | added | JdeBP | The clue is that I mentioned both terminfo and termcap. (-: | |
| Mar 16, 2020 at 16:29 | history | edited | JdeBP | CC BY-SA 4.0 | Updated. |
| Dec 27, 2018 at 16:39 | history | edited | JdeBP | CC BY-SA 4.0 | Have some further reading. |
| Mar 16, 2017 at 14:01 | comment | added | thom_nic | Also tput Co returns "unknown terminfo capability" in Jessie and Xenial. tput colors and tput setaf 1 both seem to work although I admit I do not understand why. | |
| Mar 16, 2017 at 13:20 | comment | added | thom_nic | The following exists in the default .bashrc in Debian jessie: [ -x /usr/bin/tput ] && /usr/bin/tput setaf 1 >&/dev/null && color_prompt=yes. (ncurses 5.9) | |
| Nov 13, 2015 at 6:02 | vote | accept | Andy Fusniak | ||
| Sep 11, 2015 at 14:10 | history | edited | JdeBP | CC BY-SA 3.0 | Apparently, the /usr merge is confusing people about this. |
| Apr 28, 2015 at 8:11 | history | edited | JdeBP | CC BY-SA 3.0 | This was my error. |
| Apr 27, 2015 at 17:10 | history | answered | JdeBP | CC BY-SA 3.0 |