Searched refs:MODE_BRACKETPASTE (Results 1 – 6 of 6) sorted by relevance
86 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()
645 (~s->mode & MODE_BRACKETPASTE)) in input_key()
724 if (mode & MODE_BRACKETPASTE) in screen_mode_to_string()
1755 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()
625 #define MODE_BRACKETPASTE 0x400 macro
2482 mode &= ~MODE_BRACKETPASTE; in server_client_reset_state()