summaryrefslogtreecommitdiffstats
path: root/src/c_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_input.c')
-rw-r--r--src/c_input.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/c_input.c b/src/c_input.c
index fa61c6a..f92a784 100644
--- a/src/c_input.c
+++ b/src/c_input.c
@@ -54,6 +54,16 @@ int16_t
}
int16_t
+ c_ctrl_l(char *line,
+ t_caps *tcaps,
+ t_msh *msh)
+{
+ tputs(tgetstr("cl", NULL), 1, ft_putchar);
+ c_redraw_line(line, tcaps->cpos, msh);
+ return (1);
+}
+
+int16_t
c_key_right(uint32_t len,
t_caps *tcaps)
{