Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test-11
Browse files Browse the repository at this point in the history
shmuz committed Dec 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a73e6b4 commit 20428a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WinPort/src/Backend/WinPortMain.cpp
Original file line number Diff line number Diff line change
@@ -480,7 +480,7 @@ extern "C" int WinPortMain(const char *full_exe_path, int argc, char **argv, int
#endif
}

exit(53);
// exit(53);

bool wsl_clipboard_workaround = (arg_opts.ext_clipboard.empty()
&& getenv("WSL_DISTRO_NAME")
@@ -534,6 +534,8 @@ extern "C" int WinPortMain(const char *full_exe_path, int argc, char **argv, int
}
}

exit(54);

if (arg_opts.tty) {
if (!tty_raw_mode) {
tty_raw_mode.reset(new TTYRawMode(std_in, std_out));

0 comments on commit 20428a3

Please sign in to comment.