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
In the rawmode function, the termnew is declared as a static struct termios, and without any other assignment for the c_lflag, its value remains 0, then why do you need the termnew.c_lflag &= ~ECHO ?
The text was updated successfully, but these errors were encountered:
I assume it is unnecessary leftover from the original author. Generally changes to the code since I took over was to implement new features and compatibility with newer systems.
In the rawmode function, the termnew is declared as a static struct termios, and without any other assignment for the c_lflag, its value remains 0, then why do you need the termnew.c_lflag &= ~ECHO ?
The text was updated successfully, but these errors were encountered: