On this page
io.github.libtmux.Pane.Pane.mode
- Module
- io.github.libtmux.Pane
- Declared in
- Pane
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Pane.java
-
Which mode this pane is in at this moment, or empty when it is in none.
<p>Read live rather than from the capture, because entering a mode is something this library does and a caller wants to see the result of.
- Returns
-
the mode, or empty when the pane is showing its program
- Raises
-
-
LibTmuxException – if this tmux named a mode outside the supported range
-
0 declared, 0 inherited