Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dscreen-write.c87 screen_write_set_cursor(struct screen_write_ctx *ctx, int cx, int cy) in screen_write_set_cursor() function
334 screen_write_set_cursor(ctx, 0, 0); in screen_write_reset()
677 screen_write_set_cursor(ctx, cx, cy); in screen_write_hline()
696 screen_write_set_cursor(ctx, cx, cy + i); in screen_write_vline()
699 screen_write_set_cursor(ctx, cx, cy + ny - 1); in screen_write_vline()
702 screen_write_set_cursor(ctx, cx, cy); in screen_write_vline()
753 screen_write_set_cursor(ctx, cx, cy); in screen_write_menu()
786 screen_write_set_cursor(ctx, cx, cy + ny - 1); in screen_write_box()
799 screen_write_set_cursor(ctx, cx, cy + i); in screen_write_box()
802 screen_write_set_cursor(ctx, cx + nx - 1, cy + i); in screen_write_box()
[all …]