commands: Commands are not a ring buffer anymore.
authorLukas Krickl <lukas@krickl.dev>
Mon, 2 Mar 2026 11:37:59 +0000 (12:37 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 2 Mar 2026 11:37:59 +0000 (12:37 +0100)
commit182bc6fa04c7edbcd5401e17fc88eeb34bfe5be6
tree3706cfdf06426f3620c806b08f539e203a249e48
parent0ccf9e81766b86d1771c2e213168da4176485350
commands: Commands are not a ring buffer anymore.

Commands now will need to be sorted before they are executed.
This will ensure consistent execution.
src/t_command.c
src/t_command.h
src/tests/t_command.c