Current section
Files
Jump to
Current section
Files
include/agnostic@platform@opentui_Config.hrl
-record(config, {
exit_on_ctrl_c :: boolean(),
use_alternate_screen :: boolean(),
use_mouse :: boolean(),
target_fps :: integer(),
max_fps :: integer(),
debounce_delay :: integer(),
auto_focus :: boolean(),
enable_mouse_movement :: boolean(),
background_color :: {ok, binary()} | {error, nil},
use_console :: boolean(),
open_console_on_error :: boolean(),
use_kitty_keyboard :: boolean(),
gather_stats :: boolean(),
max_stat_samples :: integer(),
use_thread :: boolean(),
remote :: boolean(),
custom_elements :: list({binary(),
fun((agnostic@platform@opentui:renderer()) -> agnostic@platform@opentui:node_())})
}).