File tree 2 files changed +6
-4
lines changed
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' {
143
143
minimumContrastRatio ?: number ;
144
144
145
145
/**
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.
148
149
*/
149
150
reflowCursorLine ?: boolean ;
150
151
Original file line number Diff line number Diff line change @@ -214,8 +214,9 @@ declare module '@xterm/xterm' {
214
214
minimumContrastRatio ?: number ;
215
215
216
216
/**
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.
219
220
*/
220
221
reflowCursorLine ?: boolean ;
221
222
You can’t perform that action at this time.
0 commit comments