File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments