# Client.width

- **Module:** Client
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Client.swift#L23
- **Page:** https://libtmux.org/en/swift/latest/reference/client-width/

The terminal's width in cells, absent for a client that has no terminal. tmux reports it as empty for a control-mode connection, so `nil` is what it said rather than a zero this library invented.
