Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d0eae8

Browse files
chrislloydclaude
andcommitted
Fix spec URL to use master branch
🤖 Generated with [Claude Code](https://claude.com/claude-code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parent6b63c5f commit5d0eae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/common/InputHandler.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ export class InputHandler extends Disposable implements IInputHandler {
19691969
case2004:// bracketed paste mode (https://cirw.in/blog/bracketed-paste)
19701970
this._coreService.decPrivateModes.bracketedPasteMode=true;
19711971
break;
1972-
case2026:// synchronized output (https://github.com/contour-terminal/vt-extensions/blob/main/synchronized-output.md)
1972+
case2026:// synchronized output (https://github.com/contour-terminal/vt-extensions/blob/master/synchronized-output.md)
19731973
this._coreService.decPrivateModes.synchronizedOutput=true;
19741974
break;
19751975
}
@@ -2200,7 +2200,7 @@ export class InputHandler extends Disposable implements IInputHandler {
22002200
case2004:// bracketed paste mode (https://cirw.in/blog/bracketed-paste)
22012201
this._coreService.decPrivateModes.bracketedPasteMode=false;
22022202
break;
2203-
case2026:// synchronized output (https://github.com/contour-terminal/vt-extensions/blob/main/synchronized-output.md)
2203+
case2026:// synchronized output (https://github.com/contour-terminal/vt-extensions/blob/master/synchronized-output.md)
22042204
this._coreService.decPrivateModes.synchronizedOutput=false;
22052205
this._onRequestRefreshRows.fire(undefined);
22062206
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp