xterm-addon-webgl
Advanced tools
Comparing version 0.16.0-beta.16 to 0.16.0-beta.17
{ | ||
"name": "xterm-addon-webgl", | ||
"version": "0.16.0-beta.16", | ||
"version": "0.16.0-beta.17", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "The xterm.js authors", |
@@ -7,2 +7,3 @@ /** | ||
import { ISelectionRenderModel } from 'browser/renderer/shared/Types'; | ||
import { CursorInactiveStyle, CursorStyle } from 'common/Types'; | ||
@@ -20,3 +21,3 @@ export interface IRenderModel { | ||
width: number; | ||
style: CursorStyle; | ||
style: CursorStyle | CursorInactiveStyle; | ||
cursorWidth: number; | ||
@@ -26,4 +27,2 @@ dpr: number; | ||
export type CursorStyle = 'outline' | 'block' | 'bar' | 'underline' | 'none'; | ||
export interface IWebGL2RenderingContext extends WebGLRenderingContext { | ||
@@ -30,0 +29,0 @@ vertexAttribDivisor(index: number, divisor: number): void; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
556023