/openbsd/usr.bin/tmux/ |
H A D | tmux.c | 40 struct options *global_options; /* server options */ variable 489 global_options = options_create(NULL); in main() 494 options_default(global_options, oe); in main() 510 options_set_string(global_options, "editor", 0, "%s", s); in main()
|
H A D | server.c | 223 options_set_number(global_options, "exit-empty", 0); in server_start() 274 if (!options_get_number(global_options, "exit-empty") && !server_exit) in server_loop() 277 if (!options_get_number(global_options, "exit-unattached")) { in server_loop() 544 limit = options_get_number(global_options, "message-limit"); in server_add_message()
|
H A D | options.c | 826 *oo = global_options; in options_scope_from_name() 882 *oo = global_options; in options_scope_from_flags() 1191 input_set_buffer_size(options_get_number(global_options, name)); in options_push_changes() 1209 (oo == global_options || in options_remove_or_default()
|
H A D | environ.c | 261 value = options_get_string(global_options, "default-terminal"); in environ_for_session()
|
H A D | input-keys.c | 462 if (options_get_number(global_options, "extended-keys-format") == 1) in input_key_extended() 588 newkey = options_get_number(global_options, "backspace"); in input_key()
|
H A D | paste.c | 184 limit = options_get_number(global_options, "buffer-limit"); in paste_add()
|
H A D | tty-term.c | 445 o = options_get_only(global_options, "terminal-overrides"); in tty_term_apply_overrides() 585 o = options_get_only(global_options, "terminal-features"); in tty_term_create()
|
H A D | spawn.c | 410 key = options_get_number(global_options, "backspace"); in spawn_pane()
|
H A D | status.c | 70 history_file = options_get_string(global_options, "history-file"); in status_prompt_find_history_file() 1647 hlimit = options_get_number(global_options, "prompt-history-limit"); in status_prompt_add_history() 1722 o = options_get_only(global_options, "command-alias"); in status_prompt_complete_list()
|
H A D | tty-keys.c | 528 o = options_get(global_options, "user-keys"); in tty_keys_build() 931 delay = options_get_number(global_options, "escape-time"); in tty_keys_next()
|
H A D | client.c | 333 options_free(global_options); in client_main()
|
H A D | input.c | 1440 ek = options_get_number(global_options, "extended-keys"); in input_csi_dispatch() 1460 if (options_get_number(global_options, "extended-keys") == 2) in input_csi_dispatch() 2916 state = options_get_number(global_options, "set-clipboard"); in input_osc_52()
|
H A D | screen.c | 111 if (options_get_number(global_options, "extended-keys") == 2) in screen_reinit()
|
H A D | session.c | 497 if (options_get_number(global_options, "focus-events")) { in session_set_current()
|
H A D | window-customize.c | 134 return (global_options); in window_customize_get_tree() 554 WINDOW_CUSTOMIZE_SERVER, global_options, in window_customize_build()
|
H A D | cmd.c | 426 o = options_get_only(global_options, "command-alias"); in cmd_get_alias()
|
H A D | utf8.c | 390 o = options_get(global_options, "codepoint-widths");
|
H A D | popup.c | 786 editor = options_get_string(global_options, "editor"); in popup_editor()
|
H A D | tty.c | 505 if (options_get_number(global_options, "extended-keys")) in tty_update_features() 507 if (options_get_number(global_options, "focus-events")) in tty_update_features() 677 s = options_get_string(global_options, "default-terminal"); in tty_set_italics()
|
H A D | window.c | 527 if (options_get_number(global_options, "focus-events")) { in window_set_active_pane()
|
H A D | window-copy.c | 4858 options_get_number(global_options, "set-clipboard") != 0) { in window_copy_copy_buffer() 4878 cmd = options_get_string(global_options, "copy-command"); in window_copy_pipe_run() 4936 if (options_get_number(global_options, "set-clipboard") != 0) { in window_copy_append_selection()
|
H A D | screen-write.c | 330 if (options_get_number(global_options, "extended-keys") == 2) in screen_write_reset()
|
H A D | tmux.h | 2165 extern struct options *global_options;
|
H A D | server-client.c | 2456 prefix_delay = options_get_number(global_options, "prefix-timeout"); in server_client_key_callback()
|
H A D | format.c | 3630 o = options_parse_get(global_options, key, &idx, 0); in format_find()
|