pub const C2S_CREATE2: u8 = 0x18;Expand description
Generic create: [0x18][nonce:2][rows:2][cols:2][features:1][tag_len:2][tag:N][…optional fields] Features: bit 0 = has src_pty_id (2 bytes after tag), bit 1 = has command (remaining bytes after length-prefixed cwd if present), bit 2 = has cwd ([len:2][utf8]) Server responds with S2C_CREATED_N using the same nonce.