env: trigger locale updates if LOCPATH changes

Closes #5815.
This commit is contained in:
David Adam
2019-04-13 21:58:02 +08:00
parent 47b9907113
commit 56125f73e4
2 changed files with 2 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ static const wcstring_list_t locale_variables({L"LANG", L"LANGUAGE", L"LC_ALL",
L"LC_COLLATE", L"LC_CTYPE", L"LC_IDENTIFICATION",
L"LC_MEASUREMENT", L"LC_MESSAGES", L"LC_MONETARY",
L"LC_NAME", L"LC_NUMERIC", L"LC_PAPER",
L"LC_TELEPHONE", L"LC_TIME"});
L"LC_TELEPHONE", L"LC_TIME", L"LOCPATH"});
/// List of all curses environment variable names that might trigger (re)initializing the curses
/// subsystem.