💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Vgmi › files › 9ffd3b457b9843af02bd2125e2ed6… captured on 2023-12-28 at 15:43:20. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 /*
1 * ISC License
2 * Copyright (c) 2023 RMF <rawmonk@firemail.cc>
3 */
4
5 void client_enter_mode_cmdline(struct client *client);
6 int client_input_cmdline(struct client *client, struct tb_event ev);
7 int client_input_normal(struct client *client, struct tb_event ev);
8