diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-09-17 17:27:13 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-09-17 17:27:13 +0200 |
commit | a223de42f7a9a81972d9cd14a46f34e4c5ab617e (patch) | |
tree | 5e681007a68a55e5ad7561a938192235ca171f01 /src/c_init.h | |
parent | multiligne prototype et plus de leaks (diff) | |
download | 42-minishell-a223de42f7a9a81972d9cd14a46f34e4c5ab617e.tar.gz 42-minishell-a223de42f7a9a81972d9cd14a46f34e4c5ab617e.tar.bz2 42-minishell-a223de42f7a9a81972d9cd14a46f34e4c5ab617e.tar.xz 42-minishell-a223de42f7a9a81972d9cd14a46f34e4c5ab617e.tar.zst 42-minishell-a223de42f7a9a81972d9cd14a46f34e4c5ab617e.zip |
norm, new file, ctrl + c
Diffstat (limited to 'src/c_init.h')
-rw-r--r-- | src/c_init.h | 14 |
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); */ |