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 probably won't get to this right away, but I've left enough info for someone else to be able to fix it if they have the time and inclination before I do.
@rs Want to tag with with Up For Grabs / Good First Issue? I think any Windows + Go developer should be able to handle this (and I can post it in the #golang Slack as well)
The text was updated successfully, but these errors were encountered:
Re: @bitcrazed's comment #12 (comment):
Apparently Console can support colors, but we need a special syscall
SetConsoleMode
for Windows to do so.I think Go's
x/sys/windows
package exposes the necessaryGetConsoleMode
andSetConsoleMode
syscalls, so this should be doable.Basic flow:
OR
withENABLE_VIRTUAL_TERMINAL_PROCESSING
I probably won't get to this right away, but I've left enough info for someone else to be able to fix it if they have the time and inclination before I do.
@rs Want to tag with with Up For Grabs / Good First Issue? I think any Windows + Go developer should be able to handle this (and I can post it in the #golang Slack as well)
The text was updated successfully, but these errors were encountered: