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
The bracketed paste on/off strings are displayed when the terminal does not support bracketed paste mode:
←[?2004hEnter input>foo
←[?2004lInvalid input
As a workaround, calling the following method on Windows platform should do the trick:
reader.unsetOpt(Option.BRACKETED_PASTE);
Maybe we could change the default on Windows platform : it should be possible to detect probably working terminals (using OSUtils.IS_CONEMU or using WT_SESSION as indicated in microsoft/terminal#1040.
The text was updated successfully, but these errors were encountered:
The bracketed paste on/off strings are displayed when the terminal does not support bracketed paste mode:
As a workaround, calling the following method on Windows platform should do the trick:
Maybe we could change the default on Windows platform : it should be possible to detect probably working terminals (using
OSUtils.IS_CONEMU
or usingWT_SESSION
as indicated in microsoft/terminal#1040.The text was updated successfully, but these errors were encountered: