On this page
window.Window.equals
- Module
- window
- Declared in
- Window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
-
Whether
otheris this same window on this same server.The socket, the daemon that answered, and
@nall have to match: tmux ids are unique only within one running daemon, and a restart reissues them. Two placements of one linked window are the same window, so this is true for both.sameTmuxIdAsasks the weaker question.Examples
window.equals(await window.refreshed()); // true
0 declared, 0 inherited