Skip to content

Commit

Permalink
Fix missed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed May 12, 2019
1 parent f7612a4 commit 0c588a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ import { DEFAULT_BELL_SOUND, SoundManager } from './SoundManager';
import { MouseZoneManager } from './MouseZoneManager';
import { AccessibilityManager } from './AccessibilityManager';
import { ScreenDprMonitor } from './ui/ScreenDprMonitor';
<<<<<<< HEAD
import { ITheme, IMarker, IDisposable, ITerminalAddon } from 'xterm';
=======
import { ITheme, IMarker, IDisposable, ISelectionPosition } from 'xterm';
>>>>>>> ups/master
import { ITheme, IMarker, IDisposable, ITerminalAddon, ISelectionPosition } from 'xterm';
import { removeTerminalFromCache } from './renderer/atlas/CharAtlasCache';
import { DomRenderer } from './renderer/dom/DomRenderer';
import { IKeyboardEvent } from './common/Types';
Expand Down

0 comments on commit 0c588a7

Please sign in to comment.