This commit is contained in:
Anthony Kim
2026-02-03 23:24:57 -08:00
parent cba6e3d191
commit 32e77c3b81
+2 -2
View File
@@ -912,8 +912,8 @@ 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;