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

fend (console mode) break some architecture on linux #236

Closed
eatradish opened this issue Sep 14, 2023 · 4 comments
Closed

fend (console mode) break some architecture on linux #236

eatradish opened this issue Sep 14, 2023 · 4 comments

Comments

@eatradish
Copy link
Contributor

eatradish commented Sep 14, 2023

On some architectures, if the user go fend from terminal, the console will not respond or will return EINVAL.

This problem is caused by the fend dependency rustyline using a deprecated terminal library termios-rs. Here is my workaround, currently used in patch form on the AOSC OS fend package to temporarily fix the issue:

https://github.com/eatradish/rustyline/tree/workaround

If you are interested in this issue, it's recommended to keep an eye on these issues:

@printfn
Copy link
Owner

printfn commented Sep 14, 2023

Interesting, thanks! Hopefully they'll fix the issue soon.

@printfn
Copy link
Owner

printfn commented Dec 6, 2023

I've now pulled in the newly released version of rustyline. Does this fix the issue or are there more changes I need to make?

@eatradish
Copy link
Contributor Author

rustyline 13.0.0 doesn't have this problem, this issue can be closed.

@printfn
Copy link
Owner

printfn commented Dec 8, 2023

Awesome, thanks for confirming! I'll go and make a new fend release later today.

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