MCPcopy
hub / github.com/xtermjs/xterm.js / reset

Method reset

src/common/InputHandler.ts:3330–3333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3328 }
3329
3330 public reset(): void {
3331 this._curAttrData = DEFAULT_ATTR_DATA.clone();
3332 this._eraseAttrDataInternal = DEFAULT_ATTR_DATA.clone();
3333 }
3334
3335 /**
3336 * back_color_erase feature for xterm.

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected