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:
On some architectures, if the user go
fendfrom terminal, the console will not respond or will returnEINVAL.This problem is caused by the fend dependency
rustylineusing a deprecated terminal librarytermios-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: