DaanDeMeyer / reproc

A cross-platform (C99/C++11) process library
MIT License
552 stars 65 forks source link

Ability in Windows to configure show console options and console title #112

Open MikeNeilson opened 5 months ago

MikeNeilson commented 5 months ago

I have an application that needs the ability to set the console title and start up a console if configured to do so.

I was considering adding some extra, conditional on windows, options elements to handle at least those two. Assuming such conditional blocks are reasonable to the design of the project. I don't think those operations really apply to Posix environments in any reasonable way.

It probably wouldn't be too difficult to tackle #61 while I was at it since it would be in the same areas of code.