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
Had the same issue - for me it was because I typed "raw.c_(LOWER CASE L)flag &=..." for each of the lines. Correcting the lines to "raw.c_iflag, raw.c_oflag, raw.c_cflag, raw.c_lflag" completely resolved the issue.
Enter key outputs "13" as does ctrl+m.
See: https://www.reddit.com/r/programming/comments/63lssy/build_your_own_text_editor/dfvlcoc
I wasn't able to reproduce this behaviour and, for some reason, the reporter of the bug wasn't able to either.
The text was updated successfully, but these errors were encountered: