mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove internal details about underline cell APIs
This commit is contained in:
Vendored
+3
-3
@@ -1219,11 +1219,11 @@ declare module '@xterm/headless' {
|
||||
/** Whether the cell has the default attribute (no color or style). */
|
||||
isAttributeDefault(): boolean;
|
||||
|
||||
/** Gets the underline style, see {@link UnderlineStyle}. */
|
||||
/** Gets the underline style. */
|
||||
getUnderlineStyle(): number;
|
||||
/** Gets the underline color number, following the same rules as foreground colors. */
|
||||
/** Gets the underline color number. */
|
||||
getUnderlineColor(): number;
|
||||
/** Gets the underline color mode, see {@link Attributes.CM_DEFAULT} etc. */
|
||||
/** Gets the underline color mode. */
|
||||
getUnderlineColorMode(): number;
|
||||
/** Whether the cell is using the RGB underline color mode. */
|
||||
isUnderlineColorRGB(): boolean;
|
||||
|
||||
Vendored
+3
-3
@@ -1854,11 +1854,11 @@ declare module '@xterm/xterm' {
|
||||
/** Whether the cell has the default attribute (no color or style). */
|
||||
isAttributeDefault(): boolean;
|
||||
|
||||
/** Gets the underline style, see {@link UnderlineStyle}. */
|
||||
/** Gets the underline style. */
|
||||
getUnderlineStyle(): number;
|
||||
/** Gets the underline color number, following the same rules as foreground colors. */
|
||||
/** Gets the underline color number. */
|
||||
getUnderlineColor(): number;
|
||||
/** Gets the underline color mode, see {@link Attributes.CM_DEFAULT} etc. */
|
||||
/** Gets the underline color mode. */
|
||||
getUnderlineColorMode(): number;
|
||||
/** Whether the cell is using the RGB underline color mode. */
|
||||
isUnderlineColorRGB(): boolean;
|
||||
|
||||
Reference in New Issue
Block a user