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

console emulation option seems broken #299

Open
midwan opened this issue May 25, 2024 · 1 comment
Open

console emulation option seems broken #299

midwan opened this issue May 25, 2024 · 1 comment

Comments

@midwan
Copy link
Contributor

midwan commented May 25, 2024

This has probably been broken for a while, since there haven't been any changes in that area lately, but I still think I should mention it:

  • If you enable the "console emulation" option (-cli), the native console that opens up is getting spammed with qq constantly.
  • If you select the emulation window, the spamming stops.
  • If you go back to the native console, pressing Enter will insert qq again.

I'm guessing this feature is not really used by people, but it is interesting for at least one project I have in mind (running the emulation with a headless/console-only app), so it would be nice if we can get it to work as expected. :)

@tonioni
Copy link
Owner

tonioni commented May 26, 2024

It has always been broken. Input has never been implemented. It was originally used to boot from current directory in headless mode, run startup-sequence etc and have uaequit at the end to kill it automatically.

Input support was added later but it was never finished. Maybe someday..

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

No branches or pull requests

2 participants