On this page
libtmux.Server.show_prompt_history
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/server.py
-
Show prompt history via
$ tmux show-prompt-history.Examples
>>> from libtmux.common import has_gte_version >>> if has_gte_version("3.3"): ... result = server.show_prompt_history() ... else: ... result = [] >>> isinstance(result, list) True
0 declared, 0 inherited