Skip to content

Commit b6885a6

Browse files
authored
Merge pull request #3893 from xtermjs/Tyriar-patch-1
Whitespace change to trigger webgl release
2 parents 683f85f + 9f3e3f1 commit b6885a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/xterm-addon-webgl/src/WebglRenderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export class WebglRenderer extends Disposable implements IRenderer {
312312
const range = joinedRanges.shift()!;
313313

314314
// We already know the exact start and end column of the joined range,
315-
// so we get the string and width representing it directly
315+
// so we get the string and width representing it directly.
316316
cell = new JoinedCellData(
317317
cell,
318318
line!.translateToString(true, range[0], range[1]),

0 commit comments

Comments
 (0)