SwingSettings
constructor(font: Font = defaultTerminalFont(), fallbackFonts: List<Font> = defaultFallbackFonts(), useSystemFallbackFonts: Boolean = true, palette: TerminalColorPalette = defaultPalette(), columns: Int = 80, rows: Int = 24, treatAmbiguousAsWide: Boolean = false, cursorBlinkMillis: Int = 600, textAntialiasing: Any = RenderingHints.VALUE_TEXT_ANTIALIAS_LCD_HRGB, fractionalMetrics: Any = RenderingHints.VALUE_FRACTIONALMETRICS_OFF, hyperlinkActivationForeground: Int = DEFAULT_HYPERLINK_ACTIVATION_FOREGROUND, selectionBackground: Int = DEFAULT_SELECTION_BACKGROUND, searchMatchBackground: Int = DEFAULT_SEARCH_MATCH_BACKGROUND, searchActiveMatchBackground: Int = DEFAULT_SEARCH_ACTIVE_MATCH_BACKGROUND, visualBellEnabled: Boolean = true, visualBellColor: Int = DEFAULT_VISUAL_BELL_COLOR, visualBellDurationMillis: Int = DEFAULT_VISUAL_BELL_DURATION_MILLIS, visualBellEdgeThicknessPixels: Int = DEFAULT_VISUAL_BELL_EDGE_THICKNESS_PIXELS, shellIntegrationPromptDotsVisible: Boolean = true, shellIntegrationPromptDotColor: Int = DEFAULT_SHELL_INTEGRATION_PROMPT_DOT_COLOR, shellIntegrationFailedPromptDotColor: Int = DEFAULT_SHELL_INTEGRATION_FAILED_PROMPT_DOT_COLOR, shellIntegrationPromptDotDiameter: Int = 8, shellIntegrationDecorationGutterWidth: Int = 16, shellIntegrationFailedCommandRailsVisible: Boolean = true, shellIntegrationFailedCommandRailColor: Int = DEFAULT_SHELL_INTEGRATION_FAILED_COMMAND_RAIL_COLOR, shellIntegrationFailedCommandRailWidth: Int = 3, padding: Insets = Insets(0, 4, 4, 6), alternateScreenPadding: Insets = Insets(0, 2, 2, 2), pasteSanitizationPolicy: PasteSanitizationPolicy = PasteSanitizationPolicy.RAW, cursorShape: TerminalRenderCursorShape = TerminalRenderCursorShape.BLOCK, scrollbackLines: Int = 1000, lineHeight: Float = 1.0f, shellRequestResizeWindow: Boolean = false, shellRequestWindowManipulation: Boolean = false, shellSuggestionsEnabled: Boolean = true, scrollOnOutput: Boolean = true)