You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/07/13 20:56:00 UTC

[jira] [Commented] (MYNEWT-811) Console compatibility broken

    [ https://issues.apache.org/jira/browse/MYNEWT-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086388#comment-16086388 ] 

ASF subversion and git services commented on MYNEWT-811:
--------------------------------------------------------

Commit 3f3592a6c907f721431cf3c864c97109d51e35ca in mynewt-core's branch refs/heads/master from [~vrahane]
[ https://gitbox.apache.org/repos/asf?p=mynewt-core.git;h=3f3592a ]

MYNEWT-811 Console compatibility broken

fixing the following issues:

- Non-printable characters except for the newtmgr control characters being
  input to the console were ignored.
- console_read() was replacing single characters by '\0'


> 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)