# client.Client.redraw

- **Module:** client.Client
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/client.rs#L450
- **Page:** https://libtmux.org/en/rs/latest/reference/client-client-redraw/

```
client.Client.redraw(self) -> Result<(), Error>
```

Redraw this client's terminal.

This is tmux's `refresh-client`. It is named `redraw` because
`refresh` means "re-read the snapshot" on every handle in this crate,
and these do different things.

# Errors

Returns an error when tmux refuses the command.
