You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: