ncmpc  0.30
Data Fields
options_t Struct Reference

#include <options.hxx>

Data Fields

std::string host
 
std::string password
 
std::string config_file
 
std::string key_file
 
std::string list_format = DEFAULT_LIST_FORMAT
 
std::string search_format
 
std::string status_format = DEFAULT_STATUS_FORMAT
 
std::string xterm_title_format
 
std::string scroll_sep = DEFAULT_SCROLL_SEP
 
std::vector< std::string > screen_list = DEFAULT_SCREEN_LIST
 
bool display_remaining_time
 
int port
 
int timeout_ms = 0
 
int crossfade_time = DEFAULT_CROSSFADE_TIME
 
int search_mode
 
int hide_cursor
 
int seek_time = 1
 
bool find_wrap = true
 
bool find_show_last_pattern
 
bool list_wrap
 
int scroll_offset = 0
 
bool auto_center
 
bool wide_cursor = true
 
bool hardware_cursor
 
bool audible_bell = true
 
bool visible_bell
 
bool bell_on_wrap = true
 
std::chrono::seconds status_message_time = std::chrono::seconds(3)
 
bool enable_xterm_title
 
bool scroll = DEFAULT_SCROLL
 
bool visible_bitrate
 
bool welcome_screen_list = true
 
bool jump_prefix_only = true
 
bool second_column = true
 

Field Documentation

◆ host

std::string options_t::host

◆ password

std::string options_t::password

◆ config_file

std::string options_t::config_file

◆ key_file

std::string options_t::key_file

◆ list_format

std::string options_t::list_format = DEFAULT_LIST_FORMAT

◆ search_format

std::string options_t::search_format

◆ status_format

std::string options_t::status_format = DEFAULT_STATUS_FORMAT

◆ xterm_title_format

std::string options_t::xterm_title_format

◆ scroll_sep

std::string options_t::scroll_sep = DEFAULT_SCROLL_SEP

◆ screen_list

std::vector<std::string> options_t::screen_list = DEFAULT_SCREEN_LIST

◆ display_remaining_time

bool options_t::display_remaining_time

◆ port

int options_t::port

◆ timeout_ms

int options_t::timeout_ms = 0

◆ crossfade_time

int options_t::crossfade_time = DEFAULT_CROSSFADE_TIME

◆ search_mode

int options_t::search_mode

◆ hide_cursor

int options_t::hide_cursor

◆ seek_time

int options_t::seek_time = 1

◆ find_wrap

bool options_t::find_wrap = true

◆ find_show_last_pattern

bool options_t::find_show_last_pattern

◆ list_wrap

bool options_t::list_wrap

◆ scroll_offset

int options_t::scroll_offset = 0

◆ auto_center

bool options_t::auto_center

◆ wide_cursor

bool options_t::wide_cursor = true

◆ hardware_cursor

bool options_t::hardware_cursor

◆ audible_bell

bool options_t::audible_bell = true

◆ visible_bell

bool options_t::visible_bell

◆ bell_on_wrap

bool options_t::bell_on_wrap = true

◆ status_message_time

std::chrono::seconds options_t::status_message_time = std::chrono::seconds(3)

◆ enable_xterm_title

bool options_t::enable_xterm_title

◆ scroll

bool options_t::scroll = DEFAULT_SCROLL

◆ visible_bitrate

bool options_t::visible_bitrate

◆ welcome_screen_list

bool options_t::welcome_screen_list = true

◆ jump_prefix_only

bool options_t::jump_prefix_only = true

◆ second_column

bool options_t::second_column = true

The documentation for this struct was generated from the following file: