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
Describe the bug TERMINFO_DIRS is another way to inform tools like tput(1) of terminfo(5) entries. Because the script doesn't take it into account, you get an error on startup like Error: terminfo entry not found for xterm-ghostty.
Steps how to reproduce the behaviour
Store a terminfo entry in a non-default directory, like $XDG_DATA_HOME/terminfo
Enter a toolbox container
Expected behaviour
The script should read TERMINFO_DIRS.
Actual behaviour TERMINFO_DIRS is not read.
Output of toolbox --version (v0.0.90+)
Current main branch at time of writing. See:
Although I guess this script is source before my bashrc where I set the relevant environment variables. Hmm. Interested to hear the thoughts of others.
Describe the bug
TERMINFO_DIRS
is another way to inform tools liketput(1)
ofterminfo(5)
entries. Because the script doesn't take it into account, you get an error on startup likeError: terminfo entry not found for xterm-ghostty
.Steps how to reproduce the behaviour
$XDG_DATA_HOME/terminfo
Expected behaviour
The script should read
TERMINFO_DIRS
.Actual behaviour
TERMINFO_DIRS
is not read.Output of
toolbox --version
(v0.0.90+)Current main branch at time of writing. See:
toolbox/profile.d/toolbox.sh
Lines 86 to 101 in cb6eee8
The text was updated successfully, but these errors were encountered: