io.github.libtmux.TextOutcome.TextOutcome.PRESENT_AT_ENTRY
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- io.github.libtmux.TextOutcome
- Declared in
- TextOutcome
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/TextOutcome.java
-
The first look already showed the text, so this wait did not see it arrive.
Exactly that, and no more. It may be output from a command the caller started a moment ago and that finished before the first read, or it may have been on the pane for an hour — a screen cannot tell those apart, and reporting them as the same thing would be the claim this outcome exists to avoid. A caller that needs the difference should not be reading a screen: append
; tmux wait-for -S nameto its own command and block onServer#channel, which is exact.An echo of what this library typed is never what is found here; that is the caller's own question coming back, and it is discounted.
0 declared, 0 inherited