File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,9 @@ declare module '@xterm/headless' {
143143 minimumContrastRatio ?: number ;
144144
145145 /**
146- * Whether to reflow the line containing the cursor when the terminal is resized. Defaults to
147- * false, because shells usually handle this themselves.
146+ * Whether to reflow the line containing the cursor when the terminal is
147+ * resized. Defaults to false, because shells usually handle this
148+ * themselves.
148149 */
149150 reflowCursorLine ?: boolean ;
150151
Original file line number Diff line number Diff line change @@ -214,8 +214,9 @@ declare module '@xterm/xterm' {
214214 minimumContrastRatio ?: number ;
215215
216216 /**
217- * Whether to reflow the line containing the cursor when the terminal is resized. Defaults to
218- * false, because shells usually handle this themselves.
217+ * Whether to reflow the line containing the cursor when the terminal is
218+ * resized. Defaults to false, because shells usually handle this
219+ * themselves.
219220 */
220221 reflowCursorLine ?: boolean ;
221222
You can’t perform that action at this time.
0 commit comments