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
+1
View File
@@ -1064,6 +1064,7 @@ subshell_exit (s)
/* Do trap[0] if defined. Allow it to override the exit status
passed to us. */
last_command_exit_value = s;
if (signal_is_trapped (0))
s = run_exit_trap ();