We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e77c3 commit b0d0bf8Copy full SHA for b0d0bf8
1 file changed
typings/xterm.d.ts
@@ -912,9 +912,9 @@ declare module '@xterm/xterm' {
912
readonly element: HTMLElement | undefined;
913
914
/**
915
- * The screen element containing the terminal's canvas rendering layers
916
- * and decorations, excluding the viewport and the scrollbar.
917
- */
+ * The screen element containing the terminal's canvas rendering layers and
+ * decorations, excluding the viewport and the scrollbar.
+ */
918
readonly screenElement: HTMLElement | undefined;
919
920
0 commit comments