pane.Pane.is_in_mode
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
- Other languages
- Python TypeScript Go Java .NET C++ Swift
-
Report whether the pane is in copy mode or another pane mode.
tmux reports this as a count rather than a flag, so any nonzero value means the pane has a mode open.
In other ports Whether the pane is in a mode
- Python
libtmux.Pane.pane_in_mode - TypeScript no equivalent on
Pane - Go
tmux.Pane.InMode - Java
Pane.modenames the mode rather than reporting a flag - .NET no equivalent on
Pane - C++
libtmux::Pane::in_mode - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited