refactoring

This commit is contained in:
LuckyLaszlo
2021-10-08 19:15:21 +02:00
parent dae94fee81
commit a7e0066458
9 changed files with 250 additions and 75 deletions

21
headers/minishell_macro.h Normal file
View File

@@ -0,0 +1,21 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* minishell_macro.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 02:35:55 by lperrey #+# #+# */
/* Updated: 2021/10/08 03:01:43 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINISHELL_MACRO_H
# define MINISHELL_MACRO_H
// Macro RL_PROMPT_START_IGNORE == '\001'
// Macro RL_PROMPT_END_IGNORE == '\002'
# define PROMPT_CHEVRON "> "
# define PROMPT_EURO "\001€\002 \001\b\002"
#endif