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
Mostly for the sake of the Linux Subsystem, the Windows 10 console window now has VT100 support after a switch that can be changed by SetConsoleMode. Microsoft has posted an example at https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences; the code provided can be turned into a wrapper that spawns the actual linenoise application or just invoked at the beginning of main() on Windows.
The text was updated successfully, but these errors were encountered:
Mostly for the sake of the Linux Subsystem, the Windows 10 console window now has VT100 support after a switch that can be changed by
SetConsoleMode
. Microsoft has posted an example at https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences; the code provided can be turned into a wrapper that spawns the actual linenoise application or just invoked at the beginning ofmain()
on Windows.The text was updated successfully, but these errors were encountered: