Home
last modified time | relevance | path

Searched refs:MODE_ORIGIN (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dinput.c802 if (ictx->old_mode & MODE_ORIGIN) in input_restore_state()
803 screen_write_mode_set(sctx, MODE_ORIGIN); in input_restore_state()
805 screen_write_mode_clear(sctx, MODE_ORIGIN); in input_restore_state()
1742 screen_write_mode_clear(sctx, MODE_ORIGIN); in input_csi_dispatch_rm_private()
1831 screen_write_mode_set(sctx, MODE_ORIGIN); in input_csi_dispatch_sm_private()
H A Dscreen.c728 if (mode & MODE_ORIGIN) in screen_mode_to_string()
H A Dscreen-write.c1314 if (origin && py != -1 && (s->mode & MODE_ORIGIN)) { in screen_write_cursormove()
H A Dtmux.h632 #define MODE_ORIGIN 0x2000 macro
H A Dformat.c1792 if (ft->wp->base.mode & MODE_ORIGIN) in format_cb_origin_flag()