add altClickMovesCursor option to Services type

This commit is contained in:
Tony Mottaz
2020-11-22 10:01:02 -06:00
parent 78ddb9feba
commit 88f0b91056
+1
View File
@@ -184,6 +184,7 @@ export type LogLevel = 'debug' | 'info' | 'warn' | 'error' | 'off';
export type RendererType = 'dom' | 'canvas';
export interface IPartialTerminalOptions {
altClickMovesCursor?: boolean;
allowTransparency?: boolean;
bellSound?: string;
bellStyle?: 'none' | 'sound' /* | 'visual' | 'both' */;