Files
fastfetch/presets
李通洲 75d2c668d0 Modules: refactor module option handling for static allocation
Moves module option structs out of global config and removes dynamic allocation, using static buffers and size assertions for safer, simpler management.

Refactors module initialization and destruction to work with isolated option structs, eliminating the need for the previous modules container and related code.

Unifies module option header usage and updates detection logic to leverage statically-sized option buffers, improving encapsulation and maintainability.

Simplifies module function signatures and reduces coupling between modules and config.

Enhances future extensibility and reliability by enforcing max size constraints and removing unnecessary indirections.
2025-08-04 14:46:01 +08:00
..
2025-06-07 19:23:25 +08:00
2024-08-09 08:47:48 +08:00
2025-06-07 19:23:25 +08:00
2024-06-03 16:35:22 +08:00
2024-06-03 16:35:22 +08:00