Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dscreen.c52 static void screen_reflow(struct screen *, u_int, u_int *, u_int *, int);
315 screen_reflow(s, sx, &cx, &cy, cursor); in screen_resize_cursor()
584 screen_reflow(struct screen *s, u_int new_x, u_int *cx, u_int *cy, int cursor) in screen_reflow() function