Implement ReadConsoleForTermEmul for Windows?
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 69
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked contrib/win32/win32compat/tncon.c implementation of ReadConsoleForTermEmul and rawreader_windows.go in the readline reference. Trace the corresponding terminal input code in moby/term, then verify that ReadConsoleForTermEmul behaves as os.Stdin on Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, go
- Domain
- cli, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100