tuil
ReferencePackages@mwillbanks/tuil-ghostty-webAPI

TuilGhosttyTerminalOptions

interface exported by @mwillbanks/tuil-ghostty-web.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-ghostty-web.

export interface TuilGhosttyTerminalOptions
  extends Omit<ITerminalOptions, "ghostty"> {
  readonly maxInputBytes?: number;
  readonly maxOutputBytes?: number;
}

Members

MemberTypeRequiredDescriptionRelated types
maxInputBytesnumber | undefinedNoThe maxInputBytes member uses the number | undefined contract.
maxOutputBytesnumber | undefinedNoThe maxOutputBytes member uses the number | undefined contract.
colsnumber | undefinedNoThe cols member uses the number | undefined contract.
rowsnumber | undefinedNoThe rows member uses the number | undefined contract.
cursorBlinkboolean | undefinedNoThe cursorBlink member uses the boolean | undefined contract.
cursorStyle"block" | "underline" | "bar" | undefinedNoThe cursorStyle member uses the "block" | "underline" | "bar" | undefined contract.
themeITheme | undefinedNoThe theme member uses the ITheme | undefined contract.
scrollbacknumber | undefinedNoThe scrollback member uses the number | undefined contract.
fontSizenumber | undefinedNoThe fontSize member uses the number | undefined contract.
fontFamilystring | undefinedNoThe fontFamily member uses the string | undefined contract.
allowTransparencyboolean | undefinedNoThe allowTransparency member uses the boolean | undefined contract.
convertEolboolean | undefinedNoThe convertEol member uses the boolean | undefined contract.
disableStdinboolean | undefinedNoThe disableStdin member uses the boolean | undefined contract.
smoothScrollDurationnumber | undefinedNoThe smoothScrollDuration member uses the number | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-ghostty-web

On this page