- MAX_FRAME_DELAY_MS =
86_400_000
- TOP_LEVEL_KEYS =
%i[
version include include_policy theme window_theme color_scheme colors window_decoration title window font animation cursor lines frames
headless limits
].freeze
- WINDOW_KEYS =
%i[
width height padding opacity visible_lines max_lines max_height wrap overflow margin exact_size trim tab_width
ambiguous_width osc_policy graphics_policy ansi_state background_gradient scroll_offset
].freeze
- FONT_KEYS =
%i[family size line_height fallback_family italic_family emoji_family].freeze
- ANIMATION_KEYS =
%i[
typing_speed command_delay cursor_blink loop typing_jitter seed typing_chunk_size output_delay final_delay max_frames
dither palette gif_colors gif_optimize webp_lossless webp_quality webp_method webp_near_lossless
apng_prediction loop_count scroll_easing
direction loop_offset
framerate playback_speed
].freeze
- CURSOR_KEYS =
%i[style color].freeze
- LIMIT_KEYS =
%i[max_lines max_frames max_render_frames max_characters max_pixels max_total_pixels max_temp_bytes].freeze
- LINE_KEYS =
%i[prompt command output prompt_color command_color output_color selected].freeze
- FRAME_KEYS =
%i[prompt type output screen delay prompt_color command_color output_color].freeze
- COLOR_KEYS =
%i[
background foreground title_bar title_text title_bar_border border selection black red green yellow blue magenta cyan
white bright_black bright_red bright_green bright_yellow bright_blue bright_magenta bright_cyan bright_white
].freeze
- WINDOW_DECORATION_KEYS =
%i[
title_bar_height button_size button_spacing button_width corner_radius shadow
].freeze
- SHADOW_KEYS =
%i[blur offset_x offset_y color].freeze