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

Run Target does not support input #26

Open
astrolemonade opened this issue Jan 27, 2023 · 0 comments
Open

Run Target does not support input #26

astrolemonade opened this issue Jan 27, 2023 · 0 comments
Labels

Comments

@astrolemonade
Copy link

Xmake Version

v2.7.5+202301262306

Operating System Version and Architecture

Linux catalin 6.1.5-229.current #1 SMP PREEMPT_DYNAMIC Thu Jan 12 20:29:03 UTC 2023 x86_64 GNU/Linux

Describe Bug

Run Target does not support input.
image
I am trying to type but without success.
When I run the same command but in a terminal it works
image

Expected Behavior

I should be able to input text directly in the xmake run target prompt or maybe run target could open a terminal instead and track that for changes.

Project Configuration

add_rules("mode.debug", "mode.release")
set_languages("c99")
target("clox")
set_kind("binary")
add_includedirs("src")
add_files("src/*.c")

Additional Information and Error Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant