mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
This now correctly handles an incoming json infinite array by shifting most of the heavy listing to the json-c parser, as well as sending multiple statuses at once. It also removes the struct i3bar_protocol_state and moves its members into the status_line struct, allowing the same buffer to be used for both protocols. |
||
|---|---|---|
| .. | ||
| bar.c | ||
| config.c | ||
| event_loop.c | ||
| i3bar.c | ||
| ipc.c | ||
| main.c | ||
| meson.build | ||
| render.c | ||
| status_line.c | ||