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
This one is solving the weird duplicating prompt issue. After the sanitation
patch we were sending newline twice. Using comint-send-string because it is
more low-level and does not modify the input string, which we are building
correctly already (hopefully).
0 commit comments