Go Back

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