Home
last modified time | relevance | path

Searched refs:screen_write_cursormove (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dwindow-tree.c525 screen_write_cursormove(ctx, px + ox - 1, py + oy - 1, 0); in window_tree_draw_label()
529 screen_write_cursormove(ctx, px + ox, py + oy, 0); in window_tree_draw_label()
604 screen_write_cursormove(ctx, cx + 2, cy, 0); in window_tree_draw_session()
606 screen_write_cursormove(ctx, cx, cy + sy / 2, 0); in window_tree_draw_session()
612 screen_write_cursormove(ctx, cx + sx - 3, cy, 0); in window_tree_draw_session()
614 screen_write_cursormove(ctx, cx + sx - 1, cy + sy / 2, 0); in window_tree_draw_session()
647 screen_write_cursormove(ctx, cx + offset, cy, 0); in window_tree_draw_session()
658 screen_write_cursormove(ctx, cx + offset + width, cy, 0); in window_tree_draw_session()
737 screen_write_cursormove(ctx, cx + 2, cy, 0); in window_tree_draw_window()
739 screen_write_cursormove(ctx, cx, cy + sy / 2, 0); in window_tree_draw_window()
[all …]
Dwindow-client.c238 screen_write_cursormove(ctx, cx, cy + at, 0); in window_client_draw()
242 screen_write_cursormove(ctx, cx, cy + 2, 0); in window_client_draw()
244 screen_write_cursormove(ctx, cx, cy + sy - 1 - lines, 0); in window_client_draw()
248 screen_write_cursormove(ctx, cx, cy, 0); in window_client_draw()
250 screen_write_cursormove(ctx, cx, cy + sy - lines, 0); in window_client_draw()
Dwindow-clock.c241 screen_write_cursormove(&ctx, x, y, 0); in window_clock_draw_screen()
277 screen_write_cursormove(&ctx, x + i, y + j, 0); in window_clock_draw_screen()
Dinput.c806 screen_write_cursormove(sctx, ictx->old_cx, ictx->old_cy, 0); in input_restore_state()
1428 screen_write_cursormove(sctx, m - 1, n - 1, 1); in input_csi_dispatch()
1593 screen_write_cursormove(sctx, n - 1, -1, 1); in input_csi_dispatch()
1679 screen_write_cursormove(sctx, -1, n - 1, 1); in input_csi_dispatch()
1738 screen_write_cursormove(sctx, 0, 0, 1); in input_csi_dispatch_rm_private()
1743 screen_write_cursormove(sctx, 0, 0, 1); in input_csi_dispatch_rm_private()
1827 screen_write_cursormove(sctx, 0, 0, 1); in input_csi_dispatch_sm_private()
1832 screen_write_cursormove(sctx, 0, 0, 1); in input_csi_dispatch_sm_private()
Dmode-tree.c693 screen_write_cursormove(&ctx, 0, i - mtd->offset, 0); in mode_tree_draw()
782 screen_write_cursormove(&ctx, 0, h, 0); in mode_tree_draw()
792 screen_write_cursormove(&ctx, 1, h, 0); in mode_tree_draw()
815 screen_write_cursormove(&ctx, 2, h + 1, 0); in mode_tree_draw()
820 screen_write_cursormove(&ctx, 0, mtd->current - mtd->offset, 0); in mode_tree_draw()
Dstatus.c429 screen_write_cursormove(&ctx, 0, i, 0); in status_redraw()
450 screen_write_cursormove(&ctx, 0, i, 0); in status_redraw()
583 screen_write_cursormove(&ctx, 0, messageline, 0); in status_message_redraw()
586 screen_write_cursormove(&ctx, 0, messageline, 0); in status_message_redraw()
825 screen_write_cursormove(&ctx, 0, promptline, 0); in status_prompt_redraw()
828 screen_write_cursormove(&ctx, 0, promptline, 0); in status_prompt_redraw()
830 screen_write_cursormove(&ctx, start, promptline, 0); in status_prompt_redraw()
Dformat-draw.c117 screen_write_cursormove(octx, ocx + offset, ocy, 0); in format_draw_put()
148 screen_write_cursormove(octx, ocx + offset, ocy, 0); in format_draw_put_list()
155 screen_write_cursormove(octx, ocx + offset + width - in format_draw_put_list()
1070 screen_write_cursormove(octx, ocx, ocy, 0); in format_draw()
Dwindow-customize.c612 screen_write_cursormove(ctx, cx, s->cy + 1, 0); /* skip line */ in window_customize_draw_key()
623 screen_write_cursormove(ctx, cx, s->cy + 1, 0); /* skip line */ in window_customize_draw_key()
691 screen_write_cursormove(ctx, cx, s->cy + 1, 0); /* skip line */ in window_customize_draw_option()
723 screen_write_cursormove(ctx, cx, s->cy + 1, 0); /* skip line */ in window_customize_draw_option()
785 screen_write_cursormove(ctx, cx, s->cy + 1, 0); /* skip line */ in window_customize_draw_option()
Dscreen-write.c456 screen_write_cursormove(ctx, cx, s->cy + 1, 0); in screen_write_text()
476 screen_write_cursormove(ctx, cx, s->cy + 1, 0); in screen_write_text()
728 screen_write_cursormove(ctx, cx, cy + 1 + i, 0); in screen_write_menu()
737 screen_write_cursormove(ctx, cx + 1, cy + 1 + i, 0); in screen_write_menu()
741 screen_write_cursormove(ctx, cx + 2, cy + 1 + i, 0); in screen_write_menu()
808 screen_write_cursormove(ctx, cx + 2, cy, 0); in screen_write_box()
1309 screen_write_cursormove(struct screen_write_ctx *ctx, int px, int py, in screen_write_cursormove() function
Dserver-fn.c350 screen_write_cursormove(&ctx, 0, sy - 1, 0); in server_destroy_pane()
Dpopup.c228 screen_write_cursormove(&ctx, 0, 0, 0); in popup_draw_cb()
233 screen_write_cursormove(&ctx, 1, 1, 0); in popup_draw_cb()
Dwindow-copy.c472 screen_write_cursormove(&ctx, data->cx, data->cy, 0); in window_copy_init()
4351 screen_write_cursormove(ctx, 0, py, 0); in window_copy_write_one()
4413 screen_write_cursormove(ctx, 0, 0, 0); in window_copy_write_line()
4421 screen_write_cursormove(ctx, screen_size_x(s) - 1, py, 0); in window_copy_write_line()
4477 screen_write_cursormove(&ctx, data->cx, data->cy, 0); in window_copy_redraw_lines()
4596 screen_write_cursormove(&ctx, data->cx, data->cy, 0); in window_copy_update_cursor()
5629 screen_write_cursormove(&ctx, 0, 0, 0); in window_copy_scroll_up()
5639 screen_write_cursormove(&ctx, data->cx, data->cy, 0); in window_copy_scroll_up()
5666 screen_write_cursormove(&ctx, 0, 0, 0); in window_copy_scroll_down()
5673 screen_write_cursormove(&ctx, data->cx, data->cy, 0); in window_copy_scroll_down()
Dwindow-buffer.c250 screen_write_cursormove(ctx, cx, cy + i, 0); in window_buffer_draw()
Dscreen-redraw.c474 screen_write_cursormove(&ctx, 0, 0, 0); in screen_redraw_make_pane_status()
Dtmux.h3046 void screen_write_cursormove(struct screen_write_ctx *, int, int, int);