Skip to content

Commit

Permalink
Merge pull request #5136 from esimkowitz/patch-1
Browse files Browse the repository at this point in the history
Fix description for WebglAddon class in @xterm/addon-webgl
  • Loading branch information
Tyriar authored Sep 20, 2024
2 parents e011513 + 8bd4e10 commit aa94fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/addon-webgl/typings/addon-webgl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Terminal, ITerminalAddon, IEvent } from '@xterm/xterm';

declare module '@xterm/addon-webgl' {
/**
* An xterm.js addon that provides search functionality.
* An xterm.js addon that provides hardware-accelerated rendering functionality via WebGL.
*/
export class WebglAddon implements ITerminalAddon {
public textureAtlas?: HTMLCanvasElement;
Expand Down

0 comments on commit aa94fd6

Please sign in to comment.