MCPcopy Index your code
hub / github.com/codeaashu/claude-code / keypadNumericMode

Method keypadNumericMode

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

Source from the content-addressed store, hash-verified

3420 return this._logService.debug("Serial port requested application keypad."), this._coreService.decPrivateModes.applicationKeypad = true, this._onRequestSyncScrollBar.fire(), true;
3421 }
3422 keypadNumericMode() {
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 }

Callers 1

constructorMethod · 0.95

Calls 2

fireMethod · 0.80
debugMethod · 0.45

Tested by

no test coverage detected