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
Some valid escape sequences like shift+right (1;2C) are not properly parsed by termion and therefore return an Err result. This causes a panic in the input loop of App.run, which unwraps the event variable yielded by the input iterator.