On this page
client.Client
- Module
- client
- Package
- libtmux
- Source
- crates/libtmux/src/client.rs
-
Clients compare by server endpoint and client name.
21 declared, 0 inherited
Members
- attached_pane method The active pane of the current window of this client's session.
- attached_session method The session this client is attached to.
- attached_window method The current window of the session this client is attached to.
- created method
- detach method Detach this client from its server.
- height method
- is_control_mode method
- is_readonly method
- lock method Lock this client's terminal.
- name method
- new method Build a handle from a hydrated snapshot.
- pid method
- redraw method Redraw this client's terminal.
- refresh method Replace this handle's snapshot with the client's current state.
- refreshed method Return a new handle holding the client's current state.
- server_identity method Return the identity of the server this client is attached to.
- suspend method Suspend this client, as if its user pressed the suspend key.
- switch_to method Point this client at another session.
- term_name method
- tty method
- width method