On this page
libtmux::Pane::enter_copy_mode
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- enter_copy_mode ( ) expected< void, CommandFailure >
-
Forget the scrollback, which is the only way to bound a pane's memory without restarting what is running in it.
Put this pane into copy mode, where its contents can be scrolled and selected rather than typed into.
Needs no attached client: the mode is pane state, which
in_modereports. Entering twice is harmless.
0 declared, 0 inherited