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