--- rpl/src/instructions_o1.c 2019/10/31 15:40:16 1.99 +++ rpl/src/instructions_o1.c 2020/04/06 13:06:16 1.101 @@ -1,7 +1,7 @@ /* ================================================================================ RPL/2 (R) version 4.1.32 - Copyright (C) 1989-2019 Dr. BERTRAND Joël + Copyright (C) 1989-2020 Dr. BERTRAND Joël This file is part of RPL/2. @@ -4173,8 +4173,8 @@ instruction_open(struct_processus *s_eta #ifdef IXANY "IXANY", #endif - "IXOFF", "OPOST", - "ONLCR", "OCRNL", "ONOCR", "ONLRET", + "IXOFF", + "OPOST", "ONLCR", "OCRNL", "ONOCR", "ONLRET", #ifdef OFILL "OFILL", #endif @@ -4192,7 +4192,7 @@ instruction_open(struct_processus *s_eta #ifdef IXANY 1, IXANY, #endif - 1, IXOFF, + 1, IXOFF, 1, IMAXBEL, /* c_oflag */ 2 , OPOST, 2, ONLCR, 2, OCRNL, 2, ONOCR, 2, ONLRET, #ifdef OFILL