ascii_player_options_t Derived Type

type, public :: ascii_player_options_t


Components

Type Visibility Attributes Name Initial
integer, public :: fps = ASCII_PLAYER_DEFAULT_FPS
logical, public :: loop = .false.
logical, public :: clear_screen = .true.
logical, public :: dry_run = .false.
integer, public :: max_loops = 1

ANSI color policy for playback. 'never' strips any ANSI escapes from the source frames; every other mode passes the frame bytes through unchanged so a colored .txt keeps its color (#2062).

character(len=16), public :: color_mode = 'auto'