# io.github.libtmux.Server.Server.clearPromptHistory

- **Module:** io.github.libtmux.Server.Server
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/Server.java#L302
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-server-server-clearprompthistory/

```
io.github.libtmux.Server.Server.clearPromptHistory() -> void
```

Forgets what has been typed at tmux's command prompt.

## Raises

- `UnsupportedTmuxVersion` — before 3.3a, which has no such command at all
