mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 13:51:16 -03:00
Migrate certain runtime flags to atomics hidden behind functions
This commit is contained in:
@@ -281,7 +281,7 @@ static void install_our_signal_handlers() {
|
||||
|
||||
/// Setup our environment (e.g., tty modes), process key strokes, then reset the environment.
|
||||
static void setup_and_process_keys(bool continuous_mode) {
|
||||
is_interactive_session = 1; // by definition this program is interactive
|
||||
set_interactive_session(true); // by definition this program is interactive
|
||||
set_main_thread();
|
||||
setup_fork_guards();
|
||||
proc_push_interactive(1);
|
||||
|
||||
Reference in New Issue
Block a user