A little better support for non-term-256 colors in web config

Fix for a deadlock when autoloading a function triggers autoloading another function
This commit is contained in:
ridiculousfish
2012-03-31 15:17:14 -07:00
parent ab536e5199
commit ff17101316
4 changed files with 63 additions and 31 deletions

View File

@@ -56,7 +56,7 @@ class autoload_t : private lru_cache_t<autoload_function_t> {
const size_t builtin_script_count;
/** The path from which we most recently autoloaded */
wcstring path;
wcstring last_path;
/**
A table containing all the files that are currently being