# ControlReply.number

- **Module:** ControlReply
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/ControlProtocol.swift#L72
- **Page:** https://libtmux.org/en/swift/latest/reference/controlreply-number/

The number tmux stamped on this reply's block.

tmux numbers a command when it runs it, from one counter shared by every
client, so a connection's own replies advance without being contiguous.
A block that does not advance is a protocol violation rather than a
reply, which is what keeps ordering proven rather than assumed.
