Skip to content
Snippets Groups Projects
Commit f7c52aa3 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Reset terminate to false during connect()

Fixes bug where you could only open a Shell session on Windows once
per invocation of SyncTERM.
parent 86f5b987
No related branches found
No related tags found
No related merge requests found
Pipeline #7623 passed
......@@ -216,6 +216,7 @@ int conpty_connect(struct bbslist *bbs)
}
conn_api.wr_buf_size = BUFFER_SIZE;
terminate = false;
_beginthread(conpty_output_thread, 0, NULL);
_beginthread(conpty_input_thread, 0, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment