# tmux.ShowMessagesRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/server_keys.go#L58
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-showmessagesrequest/

ShowMessagesRequest selects the target and server information to print. Terminals and Jobs are independent and may both be enabled.

## Members

- `TargetClient` (attribute): TargetClient selects a stable client; zero selects tmux's current client.
- `Terminals` (attribute): Terminals includes terminal capability information.
- `Jobs` (attribute): Jobs includes job status information.
