fix history
This commit is contained in:
parent
04f2754209
commit
b103e605c3
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/23 15:03:23 by mcolonna #+# #+# */
|
||||
/* Updated: 2024/05/01 12:46:34 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/05/31 13:52:07 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
@ -16,8 +16,8 @@ const char *ask_command(const t_memclass mc)
|
|||
{
|
||||
const char *r;
|
||||
|
||||
print_str(fatal_error, 1, "\e[1m\e[38;5;45m( ^.^)> \e[0m");
|
||||
r = read_line(fatal_error, mc, 0);
|
||||
(void)mc;
|
||||
r = readline("\e[1m\e[38;5;45m( ^.^)> \e[0m");
|
||||
if (r)
|
||||
return (r);
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue