libtmux::Server::wait_for_text
C++
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++
- Swift Unavailable
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux-cxx
- Source
- include/libtmux/server.hpp
- wait_for_text ( target : std::string_view , wanted : std::string_view , options : const WaitOptions & = {} ) expected< WaitResult, CommandFailure >
-
Wait until the pane
targetnames produceswanted.For a caller holding a target rather than a
Pane—Pane::wait_for_textis the same wait without the lookup. One deadline covers both: a target that will not resolve cannot spend the whole budget and leave nothing for waiting, andWaitPath::pane_lookupsays that is what happened.
0 declared, 0 inherited