term
term copied to clipboard
Implement ReadConsoleForTermEmul for Windows?
https://github.com/PowerShell/openssh-portable/blob/latestw_all/contrib/win32/win32compat/tncon.c
Make ReadConsoleForTermEmul act as os.Stdin, e.g., https://github.com/chzyer/readline/blob/master/rawreader_windows.go
And make queue_terminal_window_change_event() as a go callback?
The ReadConsoleForTermEmul supports Ctrl+Space. Check https://github.com/PowerShell/openssh-portable/pull/569 .