Home
last modified time | relevance | path

Searched refs:MODE_BRACKETPASTE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dcmd-paste-buffer.c86 if (bracket && (wp->screen->mode & MODE_BRACKETPASTE)) in cmd_paste_buffer_exec()
105 if (bracket && (wp->screen->mode & MODE_BRACKETPASTE)) in cmd_paste_buffer_exec()
Dinput-keys.c645 (~s->mode & MODE_BRACKETPASTE)) in input_key()
Dscreen.c724 if (mode & MODE_BRACKETPASTE) in screen_mode_to_string()
Dinput.c1755 screen_write_mode_clear(sctx, MODE_BRACKETPASTE); in input_csi_dispatch_rm_private()
1850 screen_write_mode_set(sctx, MODE_BRACKETPASTE); in input_csi_dispatch_sm_private()
Dtmux.h625 #define MODE_BRACKETPASTE 0x400 macro
Dserver-client.c2482 mode &= ~MODE_BRACKETPASTE; in server_client_reset_state()