HomeSort by: relevance | last modified time | path
    Searched refs:window_get_active_at (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
window.c 593 window_get_active_at(struct window *w, u_int x, u_int y) function
649 return (window_get_active_at(w, x, y));
server-client.c 864 wp = window_get_active_at(w, px, py);
tmux.h 3243 struct window_pane *window_get_active_at(struct window *, u_int, u_int);

Completed in 21 milliseconds