syncthing/internal/osutil
Audrius Butkevicius 80dca96ee8 Revisit -no-console option for Windows
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.
2014-12-04 21:59:40 +00:00
..
filenames_darwin.go Dependency update, new golang.org/x package names 2014-11-30 00:17:00 +01:00
filenames_unix.go Dependency update, new golang.org/x package names 2014-11-30 00:17:00 +01:00
filenames_windows.go Dependency update, new golang.org/x package names 2014-11-30 00:17:00 +01:00
hidden_unix.go Revisit -no-console option for Windows 2014-12-04 21:59:40 +00:00
hidden_windows.go Revisit -no-console option for Windows 2014-12-04 21:59:40 +00:00
osutil.go Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
osutil_test.go Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
replacingwriter.go Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
replacingwriter_test.go Use more inclusive copyright header 2014-11-17 12:54:42 +01:00