Home
last modified time | relevance | path

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

/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dscreen-write.c375 memcpy(&ttyctx->last_cell, &gc, sizeof ttyctx->last_cell); in screen_write_initctx()
550 ttyctx.num = nx; in screen_write_insertcharacter()
574 ttyctx.num = nx; in screen_write_deletecharacter()
598 ttyctx.num = nx; in screen_write_clearcharacter()
622 ttyctx.num = ny; in screen_write_insertline()
639 ttyctx.num = ny; in screen_write_insertline()
663 ttyctx.num = ny; in screen_write_deleteline()
680 ttyctx.num = ny; in screen_write_deleteline()
1098 ttyctx.ptr = str; in screen_write_setselection()
1099 ttyctx.num = len; in screen_write_setselection()
[all …]
/dports/sysutils/tmate/tmate-2.4.0/
H A Dscreen-write.c375 memcpy(&ttyctx->last_cell, &gc, sizeof ttyctx->last_cell); in screen_write_initctx()
550 ttyctx.num = nx; in screen_write_insertcharacter()
574 ttyctx.num = nx; in screen_write_deletecharacter()
598 ttyctx.num = nx; in screen_write_clearcharacter()
622 ttyctx.num = ny; in screen_write_insertline()
639 ttyctx.num = ny; in screen_write_insertline()
663 ttyctx.num = ny; in screen_write_deleteline()
680 ttyctx.num = ny; in screen_write_deleteline()
1098 ttyctx.ptr = str; in screen_write_setselection()
1099 ttyctx.num = len; in screen_write_setselection()
[all …]
/dports/sysutils/tmux23/tmux-2.3/
H A Dscreen-write.c122 ttyctx.cell = &gc; in screen_write_flush()
464 memcpy(&ttyctx->last_cell, &gc, sizeof ttyctx->last_cell); in screen_write_save_last()
642 ttyctx.num = nx; in screen_write_insertcharacter()
667 ttyctx.num = nx; in screen_write_deletecharacter()
694 ttyctx.num = nx; in screen_write_clearcharacter()
719 ttyctx.num = ny; in screen_write_insertline()
737 ttyctx.num = ny; in screen_write_insertline()
762 ttyctx.num = ny; in screen_write_deleteline()
780 ttyctx.num = ny; in screen_write_deleteline()
1190 ttyctx.ocx, ttyctx.ocy)); in screen_write_cell()
[all …]
/dports/sysutils/tmux/tmux-3.2a/
H A Dscreen-write.c153 ttyctx->bigger = tty_window_offset(&c->tty, &ttyctx->wox, &ttyctx->woy, in screen_write_set_client_cb()
154 &ttyctx->wsx, &ttyctx->wsy); in screen_write_set_client_cb()
156 ttyctx->xoff = ttyctx->rxoff = wp->xoff; in screen_write_set_client_cb()
157 ttyctx->yoff = ttyctx->ryoff = wp->yoff; in screen_write_set_client_cb()
172 memset(ttyctx, 0, sizeof *ttyctx); in screen_write_initctx()
183 ttyctx->s = s; in screen_write_initctx()
948 ttyctx.bg = bg; in screen_write_insertcharacter()
976 ttyctx.bg = bg; in screen_write_deletecharacter()
1004 ttyctx.bg = bg; in screen_write_clearcharacter()
2011 ttyctx.redraw_cb(&ttyctx); in screen_write_alternateon()
[all …]
H A Dpopup.c64 struct popup_data *pd = ttyctx->arg; in popup_redraw_cb()
72 struct popup_data *pd = ttyctx->arg; in popup_set_client_cb()
79 ttyctx->bigger = 0; in popup_set_client_cb()
80 ttyctx->wox = 0; in popup_set_client_cb()
81 ttyctx->woy = 0; in popup_set_client_cb()
82 ttyctx->wsx = c->tty.sx; in popup_set_client_cb()
83 ttyctx->wsy = c->tty.sy; in popup_set_client_cb()
85 ttyctx->xoff = ttyctx->rxoff = pd->px + 1; in popup_set_client_cb()
86 ttyctx->yoff = ttyctx->ryoff = pd->py + 1; in popup_set_client_cb()
96 ttyctx->redraw_cb = popup_redraw_cb; in popup_init_ctx_cb()
[all …]