Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate windows support #7

Open
keynmol opened this issue Aug 12, 2024 · 0 comments
Open

Investigate windows support #7

keynmol opened this issue Aug 12, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@keynmol
Copy link
Contributor

keynmol commented Aug 12, 2024

Personally I don't use Windows, and wouldn't even begin to know how to approach this.

What we need for cue4s to work on windows is:

  1. some implementation of Terminal (see ANSI-codes based one: https://github.com/neandertech/cue4s/blob/main/modules/core/src/main/scala/AnsiTerminal.scala#L19)
  2. a cross-platform way to put terminal in char mode: https://github.com/neandertech/cue4s/blob/main/modules/core/src/main/scalanative/InputProviderImpl.scala#L29-L39. Perhaps on JS this is already abstracted away
  3. a way to read a single character (e.g. getchar() on native)
@keynmol keynmol added the help wanted Extra attention is needed label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant