mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
80dca96ee8
The reason for ShowWindow opose to your FreeConsole is because if you start up cmd.exe and do syncthing.exe -no-output it actually hides the existing cmd.exe window oppose to opening a separate window and then hiding it, which keeps the existing console hanging on syncthing.exe running. I tried playing around with compiling as GUI, then given the option is not present allocating a console, and redirecting the std streams to the new console, but that seems ugly as I'd have to make quite a few calls. But that does get of the initial flash. |
||
---|---|---|
.. | ||
filenames_darwin.go | ||
filenames_unix.go | ||
filenames_windows.go | ||
hidden_unix.go | ||
hidden_windows.go | ||
osutil_test.go | ||
osutil.go | ||
replacingwriter_test.go | ||
replacingwriter.go |