Merge pull request #29124 from bfredl/inputring

refactor(input): don't use a ring for input
This commit is contained in:
bfredl
2024-06-02 10:19:55 +02:00
committed by GitHub
4 changed files with 61 additions and 54 deletions

View File

@@ -155,7 +155,6 @@ void event_init(void)
loop_init(&main_loop, NULL);
resize_events = multiqueue_new_child(main_loop.events);
input_init();
signal_init();
// mspgack-rpc initialization
channel_init();