List of all items
Structs
- ansi_processor::AnsiProcessor
- chart::ChartConfig
- chart::DataPoint
- circular_buffer::BufferStats
- circular_buffer::CircularBuffer
- draw_loop::DrawLoop
- draw_utils::WrappedChoice
- input_loop::InputLoop
- live_yaml_sync::LiveYamlSync
- live_yaml_sync::YamlFileLock
- model::app::App
- model::app::AppContext
- model::app::AppGraph
- model::app::TemplateRoot
- model::app::VariableContext
- model::common::Bounds
- model::common::Cell
- model::common::Config
- model::common::FieldUpdate
- model::common::InputBounds
- model::common::ScreenBuffer
- model::layout::Layout
- model::muxbox::Choice
- model::muxbox::MuxBox
- plugin::ComponentConfig
- plugin::ComponentState
- plugin::PluginComponent
- plugin::PluginContext
- plugin::PluginDependency
- plugin::PluginManifest
- plugin::PluginRegistry
- pty_manager::ErrorStateInfo
- pty_manager::ProcessInfo
- pty_manager::PtyManager
- pty_manager::PtyProcess
- resize_loop::ResizeLoop
- socket_loop::SocketLoop
- table::TableConfig
- table::TableData
- table::TablePagination
- thread_manager::ChoiceExecutionRunnable
- thread_manager::RunnableImpl
- thread_manager::ThreadManager
- validation::SchemaValidator
Enums
- chart::ChartType
- draw_loop::ResizeEdge
- model::common::Anchor
- model::common::EntityType
- model::common::SocketFunction
- plugin::PluginError
- plugin::PluginEvent
- plugin::PluginPermission
- pty_manager::ErrorType
- pty_manager::PtyStatus
- table::ColumnType
- table::SortDirection
- table::TableBorderStyle
- thread_manager::Message
- thread_manager::RunnableState
- validation::ValidationError
Traits
Macros
Functions
- chart::generate_chart
- chart::generate_chart_with_muxbox_title
- chart::parse_chart_data
- draw_loop::calculate_new_bounds
- draw_loop::calculate_new_position
- draw_loop::copy_to_clipboard
- draw_loop::detect_move_area
- draw_loop::detect_resize_edge
- draw_loop::get_muxbox_content_for_clipboard
- draw_loop::update_muxbox_content
- draw_utils::content_size
- draw_utils::draw_app
- draw_utils::draw_horizontal_line
- draw_utils::draw_horizontal_line_with_title
- draw_utils::draw_layout
- draw_utils::draw_muxbox
- draw_utils::draw_vertical_line
- draw_utils::erase_to_background_color
- draw_utils::fill_horizontal_background
- draw_utils::fill_muxbox
- draw_utils::get_bg_color
- draw_utils::get_fg_color
- draw_utils::print_with_color_and_background_at
- draw_utils::render_muxbox
- draw_utils::wrap_choices_to_width
- draw_utils::wrap_text_to_width
- input_loop::format_key_for_pty
- model::app::load_app_from_yaml
- model::app::load_app_from_yaml_with_lock
- model::app::save_active_layout_to_yaml
- model::app::save_complete_state_to_yaml
- model::app::save_muxbox_bounds_to_yaml
- model::app::save_muxbox_content_to_yaml
- model::app::save_muxbox_scroll_to_yaml
- model::app::substitute_variables
- model::app::update_muxbox_bounds_recursive
- model::common::adjust_bounds_with_constraints
- model::common::calculate_bounds_map
- model::common::calculate_initial_bounds
- model::common::run_socket_function
- model::common::send_json_to_socket
- table::parse_table_data
- table::parse_table_data_from_json
- table::render_table
- thread_manager::run_script_in_thread
- utils::apply_buffer
- utils::apply_buffer_if_changed
- utils::bounds_to_input_bounds
- utils::calculate_tab_order
- utils::extract_key_str
- utils::find_next_muxbox_uuid
- utils::find_previous_muxbox_uuid
- utils::find_selected_muxbox_uuid
- utils::handle_keypress
- utils::inherit_bool
- utils::inherit_char
- utils::inherit_f64
- utils::inherit_i64
- utils::inherit_optional_bool
- utils::inherit_optional_char
- utils::inherit_optional_f64
- utils::inherit_optional_i64
- utils::inherit_optional_string
- utils::inherit_optional_u64
- utils::inherit_string
- utils::inherit_u64
- utils::input_bounds_to_bounds
- utils::key_str_to_translate_whitespace
- utils::normalize_key_str
- utils::parse_percentage
- utils::run_script
- utils::run_script_with_pty
- utils::run_script_with_pty_and_redirect
- utils::screen_bounds
- utils::screen_height
- utils::screen_width
- utils::set_terminal_title
- utils::should_use_pty
- utils::should_use_pty_for_choice
- utils::strip_ansi_codes