From 14e0eae133e2418635ceb45fc5ae19b9f69665e7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 10 Feb 2025 15:57:38 +0100 Subject: Add TERMPCAP, USER, and MAIL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libenv_get_complete_list.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libenv_get_complete_list.c b/libenv_get_complete_list.c index f2d63c0..1ff05d7 100644 --- a/libenv_get_complete_list.c +++ b/libenv_get_complete_list.c @@ -80,6 +80,7 @@ static struct libenv_variable list[] = { #define CLASSES classes__terminal_caps V("TERM"), + V("TERMCAP"), V("COLORTERM"), V("VTE_VERSION"), #undef CLASSES @@ -148,6 +149,7 @@ static struct libenv_variable list[] = { #define CLASSES classes__user V("LOGNAME"), + V("USER"), V("HOME"), V("SHELL"), #undef CLASSES @@ -182,6 +184,7 @@ static struct libenv_variable list[] = { V("XDG_CONFIG_HOME"), V("GNUPGHOME"), V("MPLAYER_HOME"), + V("MAIL"), #undef CLASSES #define CLASSES classes__pwd -- cgit v1.2.3-70-g09d2