# client.Client.redraw

- **Module:** client.Client
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/client.rs#L476
- **Page:** https://libtmux.org/reference/rs/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.
