term icon indicating copy to clipboard operation
term copied to clipboard

Implement ReadConsoleForTermEmul for Windows?

Open lonnywong opened this issue 2 years ago • 2 comments

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

lonnywong avatar Jun 07 '23 01:06 lonnywong

And make queue_terminal_window_change_event() as a go callback?

lonnywong avatar Jun 07 '23 01:06 lonnywong

The ReadConsoleForTermEmul supports Ctrl+Space. Check https://github.com/PowerShell/openssh-portable/pull/569 .

lonnywong avatar Jun 07 '23 02:06 lonnywong