libtmux::Pane::enter_copy_mode
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRubyLuaTypeScriptRustGoJava.NET Swift
- enter_copy_mode ( ) expected< void, CommandFailure >
-
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.In other ports Put a pane into copy mode
- Python
libtmux.Pane.copy_mode - Ruby
LibTmux::Pane#copy_mode - Lua
libtmux.Pane:copy_mode - TypeScript
pane.Pane.enterCopyMode - Rust
pane.Pane.copy_mode - Go
tmux.Pane.CopyMode - Java
io.github.libtmux.Pane.Pane.copyMode - .NET
LibTmux.Pane.EnterCopyModeAsync - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited