Normed the line/src

This commit is contained in:
Raphael (rparodi) 2024-07-30 17:14:34 +02:00
parent c2dec0e9f7
commit 9b1574b9c4
5 changed files with 24 additions and 22 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/07 16:53:27 by maiboyer #+# #+# */
/* Updated: 2024/07/20 14:00:06 by maiboyer ### ########.fr */
/* Updated: 2024/07/30 17:06:59 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -22,7 +22,6 @@
#include <sys/ioctl.h>
#include <termios.h>
/* This just implements a blocking loop for the multiplexed API.
* In many applications that are not event-drivern, we can just call
* the blocking linenoise API, wait for the user to complete the editing