Home
last modified time | relevance | path

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

/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dfunction.c78 term->state.mode = term->mode & MODE_ORIGIN; in save_state()
86 if (term->state.mode & MODE_ORIGIN) in restore_state()
87 term->mode |= MODE_ORIGIN; in restore_state()
89 term->mode &= ~MODE_ORIGIN; in restore_state()
286 if (term->mode & MODE_ORIGIN) { in insert_line()
300 if (term->mode & MODE_ORIGIN) { in delete_line()
409 term->mode |= MODE_ORIGIN; in set_mode()
430 term->mode &= ~MODE_ORIGIN; in reset_mode()
H A Dyaft.h99 MODE_ORIGIN = 0x01, /* origin mode: DECOM */ enumerator
H A Dterminal.c181 if (term->mode & MODE_ORIGIN) { in set_cursor()
/dports/sysutils/tmux/tmux-3.2a/
H A Dinput.c791 if (ictx->old_mode & MODE_ORIGIN) in input_restore_state()
792 screen_write_mode_set(sctx, MODE_ORIGIN); in input_restore_state()
794 screen_write_mode_clear(sctx, MODE_ORIGIN); in input_restore_state()
1676 screen_write_mode_clear(sctx, MODE_ORIGIN); in input_csi_dispatch_rm_private()
1765 screen_write_mode_set(sctx, MODE_ORIGIN); in input_csi_dispatch_sm_private()
H A Dscreen-write.c1199 if (origin && py != -1 && (s->mode & MODE_ORIGIN)) { in screen_write_cursormove()
H A Dtmux.h611 #define MODE_ORIGIN 0x2000 macro
H A Dformat.c1641 if (ft->wp->base.mode & MODE_ORIGIN) in format_cb_origin_flag()