Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/300 
was reviewed by Gedare Bloom

--
  
Gedare Bloom started a new discussion on cpukit/libmisc/shell/shell.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/300#note_114793

 > -    if (tcsetattr(fileno(stdin), TCSADRAIN, &previous_term) < 0) {
 > +    if (have_previous_term == 0
 > +        && tcsetattr(fileno(stdin), TCSADRAIN, &previous_term) < 0) {

I would just change this to:

\`\`\`else if (have_previous_term == 0) {\`


-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/300
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to