File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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 ;
You can’t perform that action at this time.
0 commit comments