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
Fix character input
Previously it was taking the whole input line, keeping the first character, and throwing away the rest of the line. Now it keeps the rest of the line for follow-up input reading.
Fix character input
Previously it was taking the whole input line, keeping the first character, and throwing away the rest of the line. Now it keeps the rest of the line for follow-up input reading.