Skip to content

Commit 9eeb279

Browse files
committed
Remove internal details about underline cell APIs
1 parent cc8e680 commit 9eeb279

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

typings/xterm-headless.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,11 +1219,11 @@ declare module '@xterm/headless' {
12191219
/** Whether the cell has the default attribute (no color or style). */
12201220
isAttributeDefault(): boolean;
12211221

1222-
/** Gets the underline style, see {@link UnderlineStyle}. */
1222+
/** Gets the underline style. */
12231223
getUnderlineStyle(): number;
1224-
/** Gets the underline color number, following the same rules as foreground colors. */
1224+
/** Gets the underline color number. */
12251225
getUnderlineColor(): number;
1226-
/** Gets the underline color mode, see {@link Attributes.CM_DEFAULT} etc. */
1226+
/** Gets the underline color mode. */
12271227
getUnderlineColorMode(): number;
12281228
/** Whether the cell is using the RGB underline color mode. */
12291229
isUnderlineColorRGB(): boolean;

typings/xterm.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,11 +1854,11 @@ declare module '@xterm/xterm' {
18541854
/** Whether the cell has the default attribute (no color or style). */
18551855
isAttributeDefault(): boolean;
18561856

1857-
/** Gets the underline style, see {@link UnderlineStyle}. */
1857+
/** Gets the underline style. */
18581858
getUnderlineStyle(): number;
1859-
/** Gets the underline color number, following the same rules as foreground colors. */
1859+
/** Gets the underline color number. */
18601860
getUnderlineColor(): number;
1861-
/** Gets the underline color mode, see {@link Attributes.CM_DEFAULT} etc. */
1861+
/** Gets the underline color mode. */
18621862
getUnderlineColorMode(): number;
18631863
/** Whether the cell is using the RGB underline color mode. */
18641864
isUnderlineColorRGB(): boolean;

0 commit comments

Comments
 (0)