bl4kraven commented on code in PR #2769:
URL: https://github.com/apache/nuttx-apps/pull/2769#discussion_r1815913600
##########
system/termcurses/tcurses_vt100.c:
##########
@@ -1507,6 +1507,14 @@ FAR struct termcurses_s *tcurses_vt100_initialize(int
in_fd, int out_fd)
cfg.c_lflag &= ~ECHO;
tcsetattr(priv->in_fd, TCSANOW, &cfg);
}
+
+ /* If ICANON enabled, disable it */
+
+ if (cfg.c_lflag & ICANON)
Review Comment:
Thanks, i will fix it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]