/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* c_keys_next.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ /* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #include #include #include "c_init.h" short c_key_up(t_caps *tcaps) { tputs("qwe", 1, ft_putchar); tcaps->cpos = 3; tcaps->lpos = 1; /* ft_dprintf(0, "qwe"); */ return (1); }