norminette
This commit is contained in:
parent
3f3028880b
commit
55459fae94
1 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
/* By: jschaft <cecile.schaft@orange.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
|
||||
/* Updated: 2024/06/28 12:55:17 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/06/28 12:58:40 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
@ -15,8 +15,11 @@
|
|||
|
||||
# include "include.h"
|
||||
|
||||
typedef enum e_sigmode {
|
||||
SIGMODE_PROMPT, SIGMODE_IGNORE, SIGMODE_DEFAULT
|
||||
typedef enum e_sigmode
|
||||
{
|
||||
SIGMODE_PROMPT,
|
||||
SIGMODE_IGNORE,
|
||||
SIGMODE_DEFAULT
|
||||
} t_sigmode;
|
||||
|
||||
// If sigmode is SIGMODE_PROMPT, ^C redisplays the prompt and ^\ is ignored.
|
||||
|
|
Loading…
Add table
Reference in a new issue