update: added isatty support and prompt usage

This commit is contained in:
2026-02-13 20:18:26 +01:00
parent 5df1520224
commit 3f17f7789c
4 changed files with 26 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
/* By: sede-san <sede-san@student.42madrid.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/10/20 16:35:10 by sede-san #+# #+# */
/* Updated: 2026/02/10 22:12:58 by sede-san ### ########.fr */
/* Updated: 2026/02/13 20:12:25 by sede-san ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,6 +15,7 @@
# include "libft.h"
# include "ft_printf.h"
# include "get_next_line.h"
# include "chardefs.h"
# include <stdbool.h>
# include <stdint.h>