From a223de42f7a9a81972d9cd14a46f34e4c5ab617e Mon Sep 17 00:00:00 2001 From: salad Date: Thu, 17 Sep 2020 17:27:13 +0200 Subject: norm, new file, ctrl + c --- src/c_init.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/c_init.h') diff --git a/src/c_init.h b/src/c_init.h index 64603a5..2f93a00 100644 --- a/src/c_init.h +++ b/src/c_init.h @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* u_init.h :+: :+: :+: */ +/* c_init.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -47,15 +47,3 @@ int16_t c_init_tcaps(t_msh *msh); int16_t c_set_term_raw(uint8_t mode); #endif - - /* tcaps.cl = tgetstr("cl", &term); */ - /* tcaps.ks = tgetstr("ks", &term); */ - /* tcaps.kl = tgetstr("kl", &term); */ - /* tcaps.ke = tgetstr("ke", &term); */ - /* tcaps.kr = tgetstr("kr", &term); */ - /* tcaps.pc = tgetstr("pc", &term); */ - /* tcaps.bc = tgetstr("bc", &term); */ - /* tcaps.up = tgetstr("up", &term); */ - /* tcaps.nd = tgetstr("nd", &term); */ - /* tcaps.le = tgetstr("le", &term); */ - /* tcaps.DO = tgetstr("do", &term); */ -- cgit v1.2.3