ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
size_packet_t Struct Reference

Terminal size update packet. More...

#include <lib/network/packet.h>

Data Fields

uint32_t width
 Terminal width in characters.
 
uint32_t height
 Terminal height in characters.
 

Detailed Description

Terminal size update packet.

Packet structure for notifying server/client of terminal dimension changes. Used when terminal is resized to update rendering dimensions.

Definition at line 529 of file packet.h.


The documentation for this struct was generated from the following file: