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
Issue #1089 reported lack of support for \b (backspace) and \r (return)
PR #629 purported to fix these, and did fix \r, but it mapped \b to bell rather than to backspace.
The standard mapping for bell is \a.
Issue #1089 reported lack of support for \b (backspace) and \r (return)
PR #629 purported to fix these, and did fix \r, but it mapped \b to bell rather than to backspace.
The standard mapping for bell is \a.