Class Tmux

java.lang.Object
org.jline.builtins.Tmux

public class Tmux extends Object
A terminal multiplexer similar to the 'tmux' Unix command.

This class provides terminal multiplexing capabilities, allowing multiple virtual terminal sessions to be created, accessed, and controlled from a single terminal. Features include:

  • Window and pane management
  • Session persistence
  • Split screen layouts
  • Copy and paste functionality
  • Status line display
  • Command execution within panes

The implementation provides a subset of the functionality of the Unix 'tmux' command, adapted for JLine's terminal handling and pure Java implementation.