Skip to content
Snippets Groups Projects
Commit a994e254 authored by rswindell's avatar rswindell
Browse files

Do a better job of resetting attributes of running external programs.

parent 3803a7e7
No related branches found
No related tags found
No related merge requests found
......@@ -900,7 +900,8 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir)
pthread_mutex_unlock(&input_thread_mutex);
}
curatr=0; // Can't guarantee current attributes
curatr=~0; // Can't guarantee current attributes
attr(LIGHTGRAY); // Force to "normal"
rio_abortable=rio_abortable_save; // Restore abortable state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment