Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tmux/dist/
Dcmd-refresh-client.c254 tc->pan_window = NULL; in cmd_refresh_client_exec()
257 if (tc->pan_window != w) { in cmd_refresh_client_exec()
258 tc->pan_window = w; in cmd_refresh_client_exec()
Dtty.c930 c->pan_window = NULL; in tty_window_offset1()
937 if (c->pan_window == w) { in tty_window_offset1()
973 c->pan_window = NULL; in tty_window_offset1()
Dtmux.h1973 void *pan_window; member