You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
On some architectures, if the user go
fend
from terminal, the console will not respond or will returnEINVAL
.This problem is caused by the fend dependency
rustyline
using 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:
The text was updated successfully, but these errors were encountered: