Skip to content

Commit

Permalink
Merge pull request #4182 from Tyriar/delete_canvas_atlas
Browse files Browse the repository at this point in the history
Remove the canvas char atlas
  • Loading branch information
Tyriar committed Oct 7, 2022
2 parents 5fcb084 + 8e7093f commit 9a4d5db
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 725 deletions.
2 changes: 1 addition & 1 deletion addons/xterm-addon-canvas/src/CanvasRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* @license MIT
*/

import { removeTerminalFromCache } from 'browser/renderer/shared/CharAtlasCache';
import { observeDevicePixelDimensions } from 'browser/renderer/shared/DevicePixelObserver';
import { IRenderDimensions, IRenderer, IRequestRedrawEvent } from 'browser/renderer/shared/Types';
import { ICharacterJoinerService, ICharSizeService, ICoreBrowserService } from 'browser/services/Services';
Expand All @@ -11,7 +12,6 @@ import { EventEmitter } from 'common/EventEmitter';
import { Disposable } from 'common/Lifecycle';
import { IBufferService, ICoreService, IDecorationService, IOptionsService } from 'common/services/Services';
import { Terminal } from 'xterm';
import { removeTerminalFromCache } from './atlas/CharAtlasCache';
import { CursorRenderLayer } from './CursorRenderLayer';
import { LinkRenderLayer } from './LinkRenderLayer';
import { SelectionRenderLayer } from './SelectionRenderLayer';
Expand Down

0 comments on commit 9a4d5db

Please sign in to comment.