fixed readline() prompt offset with '\001' and '\002' escape characters.

Colors change works, still bug with special chars like '€' .
This commit is contained in:
LuckyLaszlo
2021-10-07 07:24:37 +02:00
parent f0e19b02d4
commit dae94fee81
4 changed files with 52 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ HEADERS_D = ./headers
HEADERS = minishell.h
LIBS = -L $(LIBFT_D) -lft \
-lreadline
-lreadline -ltermcap
LIBFT_D = ./libft
LIBFT = $(LIBFT_D)/libft.a