Home
last modified time | relevance | path

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

/dports/sysutils/tmate/tmate-2.4.0/
H A Dscreen.c135 screen_reflow(s, sx); in screen_resize()
367 screen_reflow(struct screen *s, u_int new_x) in screen_reflow() function
H A Dtmux.h2121 void screen_reflow(struct screen *, u_int);
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dscreen.c135 screen_reflow(s, sx); in screen_resize()
367 screen_reflow(struct screen *s, u_int new_x) in screen_reflow() function
H A Dtmux.h2139 void screen_reflow(struct screen *, u_int);
/dports/sysutils/tmux23/tmux-2.3/
H A Dscreen.c139 screen_reflow(s, sx); in screen_resize()
374 screen_reflow(struct screen *s, u_int new_x) in screen_reflow() function
H A Dtmux.h2116 void screen_reflow(struct screen *, u_int);
/dports/sysutils/tmux/tmux-3.2a/
H A Dscreen.c51 static void screen_reflow(struct screen *, u_int, u_int *, u_int *, int);
257 screen_reflow(s, sx, &cx, &cy, cursor); in screen_resize_cursor()
526 screen_reflow(struct screen *s, u_int new_x, u_int *cx, u_int *cy, int cursor) in screen_reflow() function