new variables to control the active region color; minor fix to $?

This commit is contained in:
Chet Ramey
2022-02-09 10:21:04 -05:00
parent 780d665cfd
commit d70b53393e
13 changed files with 240 additions and 27 deletions
+8
View File
@@ -379,6 +379,14 @@ assign_array_element (name, value, flags, estatep)
entry = assign_array_element_internal (entry, name, vname, sub, sublen, value, flags, estatep);
#if ARRAY_EXPORT
if (entry && exported_p (entry))
{
INVALIDATE_EXPORTSTR (entry);
array_needs_making = 1;
}
#endif
free (vname);
return entry;
}