libtmux.Server.refresh_client
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/server.py
- Other languages
- Ruby Lua TypeScript Rust Go Java .NET C++ Swift
-
-
Refresh a client's display via
$ tmux refresh-client.Requires an attached client.
Examples
>>> with control_mode() as ctl:... server.refresh_client()- Parameters
-
-
request_clipboard ( bool ) – Request the clipboard from the terminal (
-lflag,tty_clipboard_query) — the runtime companion to theget-clipboardoption. Requires tmux 3.7+; warns and is ignored on older tmux (where-lis the legacy forward form).
In other ports Redraw a client's display
- Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Go
tmux.Server.RefreshClient - Java no equivalent on
Server - .NET
LibTmux.Server.RefreshClientAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
0 declared, 0 inherited