Update typings/xterm.d.ts

This commit is contained in:
Daniel Imms
2026-02-04 04:32:37 -08:00
committed by GitHub
parent 32e77c3b81
commit b0d0bf8187
+3 -3
View File
@@ -912,9 +912,9 @@ declare module '@xterm/xterm' {
readonly element: HTMLElement | undefined;
/**
* The screen element containing the terminal's canvas rendering layers
* and decorations, excluding the viewport and the scrollbar.
*/
* The screen element containing the terminal's canvas rendering layers and
* decorations, excluding the viewport and the scrollbar.
*/
readonly screenElement: HTMLElement | undefined;
/**