# io.github.libtmux.Server.Server.promptHistory

- **Module:** io.github.libtmux.Server.Server
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/Server.java#L470
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-server-server-prompthistory/

```
io.github.libtmux.Server.Server.promptHistory() -> List<String>
```

What has been typed at tmux's command prompt, oldest first.

## Raises

- `UnsupportedTmuxVersionException`: if this tmux has no such command at all
