You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/07/13 18:05:40 UTC

[GitHub] vrahane commented on a change in pull request #408: MYNEWT-811 Console compatibility broken

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:
users@infra.apache.org


With regards,
Apache Git Services