[ https://issues.apache.org/jira/browse/MYNEWT-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093011#comment-16093011 ]
ASF subversion and git services commented on MYNEWT-811: -------------------------------------------------------- Commit f28b85e2123f5aa8f41d36e93dd61c8d44775f39 in mynewt-core's branch refs/heads/bluetooth5 from [~vrahane] [ https://gitbox.apache.org/repos/asf?p=mynewt-core.git;h=f28b85e ] MYNEWT-811 console_handle_char() puts char on evq - This was how the default case was handled as a fix for MYNEWT-811 before it was reopened to handle \r. Default case was made to just insert and not put an event on the evq. This fixes that. > Console compatibility broken > ---------------------------- > > Key: MYNEWT-811 > URL: https://issues.apache.org/jira/browse/MYNEWT-811 > Project: Mynewt > Issue Type: Bug > Security Level: Public(Viewable by anyone) > Reporter: Vipul Rahane > Assignee: Vipul Rahane > Fix For: v1_1_0_rel > > > There were 2 issues here: > This is the new behavior: > - Non-printable characters except for the newtmgr control characters being > input to the console were ignored. > - console_read() was replacing single characters by '\0' > Old behavior was: > - All characters were accepted by the console as input. > - console_read() would not replace single characters by "\0" > -- This message was sent by Atlassian JIRA (v6.4.14#64029)