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
On Windows 'lightwhite' => '[1;37m', is shown as black
https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences?redirectedfrom=MSDN
According to the docs "Enable Cursor Keys Application Mode" has to be ON
e.g. 'lightwhite' => '[?1;37m'
The text was updated successfully, but these errors were encountered:
On Windows 'lightwhite' => '[1;37m', is shown as black
https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences?redirectedfrom=MSDN
According to the docs "Enable Cursor Keys Application Mode" has to be ON
e.g. 'lightwhite' => '[?1;37m'
The text was updated successfully, but these errors were encountered: