Normed the line/src
This commit is contained in:
parent
c2dec0e9f7
commit
9b1574b9c4
5 changed files with 24 additions and 22 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/07/11 18:21:45 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/07/20 15:33:01 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/07/30 17:07:59 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ t_usize line_get_prompt_len(t_const_str s)
|
|||
if ('@' <= s[i] && s[i] <= '~')
|
||||
i++;
|
||||
}
|
||||
else
|
||||
else
|
||||
_modify_vars(&i, &ret, true);
|
||||
}
|
||||
return (ret);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue