On this page
libtmux::Pane
- Module
- libtmux
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Bases:
Discussed in Options and hooks , Traversal
51 declared, 0 inherited
Members
- kFields attribute
- kNoun attribute
- kSessionNameField attribute
- active method
- at_bottom method
- at_left method
- at_right method
- at_top method
- break_out method Take this pane out into a window of its own, which is returned.
- capture method The visible contents, as tmux printed them.
- clear_history method
- command method What is running in the pane now, which is not what started it.
- dead method A pane whose program exited while
remain-on-exitkept it on screen. - enter_copy_mode method Forget the scrollback, which is the only way to bound a pane's memory without restarting what is running in it.
- expand method Ask tmux to expand a format against this pane.
- height method
- id method
- in_mode method Copy mode and its relatives, in which sent keys move the cursor rather than reaching the program.
- index method
- join method Move this pane into another window, splitting it.
- kill method
- leave_mode method Leave whatever mode the pane is in.
- option method
- options method Pane options, the narrowest scope tmux has, and the end of an inheritance chain that runs pane, window, session, global.
- Pane method
- paste method Deliver a buffer's text to this pane, as if it had been typed.
- path method
- pid method
- pipe_to method Copy everything this pane prints to a shell command, until told to stop.
- piping method Whether this pane's output is currently being copied to a command.
- refresh method
- respawn method Start the pane's command again.
- select method
- send_key method
- send_text method Literal text, never interpreted as key names or formats, and never followed by a newline the caller did not ask for.
- session method
- session_id method
- session_name method The owning psmux route carried by Windows live snapshots.
- set_height method
- set_option method
- set_title method Name this pane.
- set_width method
- show_message method Show a message to the clients watching this pane's session, expanded against this pane.
- stop_piping method Stop copying. Harmless on a pane that was not piping.
- swap_with method
- title method
- tty method
- unset_option method
- width method
- window method
- window_id method