Update typings/xterm.d.ts

This commit is contained in:
Daniel Imms
2020-11-24 09:03:59 -08:00
committed by GitHub
parent 88f0b91056
commit e3cccd619b
+2 -1
View File
@@ -45,7 +45,8 @@ declare module 'xterm' {
allowTransparency?: boolean;
/**
* If enabled, alt + click will move the prompt cursor to position underneath the mouse.
* If enabled, alt + click will move the prompt cursor to position
* underneath the mouse. The default is true.
*/
altClickMovesCursor?: boolean;