vrahane commented on a change in pull request #408: MYNEWT-811 Console 
compatibility broken
URL: https://github.com/apache/mynewt-core/pull/408#discussion_r127289283
 
 

 ##########
 File path: sys/console/full/src/console.c
 ##########
 @@ -467,6 +473,8 @@ console_handle_char(uint8_t byte)
         case ESC:
             esc_state |= ESC_ESC;
             break;
+        default:
+            insert_char(&input->line[cur], byte, end);
 
 Review comment:
   Thanks, done.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to