mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
2
server.c
2
server.c
@ -241,6 +241,7 @@ server_start(int lockfd, char *lockfile)
|
||||
cfg_add_cause("%s: %s", cfg_file, cause);
|
||||
}
|
||||
cmdq_continue(cfg_cmd_q);
|
||||
status_prompt_load_history();
|
||||
|
||||
server_add_accept(0);
|
||||
|
||||
@ -251,6 +252,7 @@ server_start(int lockfd, char *lockfile)
|
||||
|
||||
set_signals(server_signal_callback);
|
||||
server_loop();
|
||||
status_prompt_save_history();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user