summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_init.h14
1 files changed, 1 insertions, 13 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -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); */