On this page
libtmux::literal_arguments
- Module
- libtmux
- Package
- libtmux-cxx
- Source
- include/libtmux/keys.hpp
- literal_arguments ( text : std::string_view ) expected< std::vector< std::string >, KeyError >
-
Send text exactly as written: the flag, the end of flags, and the text.
--is part of the fragment rather than something a caller appends, because text beginning with a dash is read as anothersend-keysoption without it and that is not a mistake worth making twice. It was made twice: this returned the flag and the text alone,Pane::send_textinserted the separator afterwards, andChain::send_textdid not — so the same text through the two spellings reached tmux as two different commands.
0 declared, 0 inherited