From f070be8dd347041cf26c676cd7bf921dbcda71c4 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sat, 11 Apr 2020 07:23:53 -0700 Subject: [PATCH] Add deprecated with explanation --- typings/xterm.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 9a06448c..79379058 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -130,6 +130,7 @@ declare module 'xterm' { /** * The duration in milliseconds before link tooltip events fire when * hovering on a link. + * @deprecated This will be removed when the link matcher API is removed. */ linkTooltipHoverDuration?: number;