MCPcopy Create free account
hub / github.com/codeaashu/claude-code / selectDefaultCharset

Method selectDefaultCharset

src/server/web/public/terminal.js:3425–3427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3423 return this._logService.debug("Switching back to normal keypad."), this._coreService.decPrivateModes.applicationKeypad = false, this._onRequestSyncScrollBar.fire(), true;
3424 }
3425 selectDefaultCharset() {
3426 return this._charsetService.setgLevel(0), this._charsetService.setgCharset(0, o.DEFAULT_CHARSET), true;
3427 }
3428 selectCharset(e3) {
3429 return 2 !== e3.length ? (this.selectDefaultCharset(), true) : ("/" === e3[0] || this._charsetService.setgCharset(C[e3[0]], o.CHARSETS[e3[1]] || o.DEFAULT_CHARSET), true);
3430 }

Callers 2

constructorMethod · 0.95
selectCharsetMethod · 0.95

Calls 2

setgCharsetMethod · 0.80
setgLevelMethod · 0.45

Tested by

no test coverage detected