[
https://issues.jboss.org/browse/WFCORE-1683?page=com.atlassian.jira.plugi...
]
Petr Kremensky updated WFCORE-1683:
-----------------------------------
    Description: 
Home and End keys doesn't work properly on Windows.
*actual*
{noformat}
[disconnected /] echo<HOME> test
[disconnected /] echoαG test
[disconnected /] echo<END> test
[disconnected /] echoαO test
{noformat}
*expected*
{noformat}
[disconnected /] echo<HOME> test
[disconnected /] []echo test
[disconnected /] echo<END> test
[disconnected /] echo test[]
{noformat}
  was:
Home and End keys doesn't work properly on Windows.
*actual*
{noformat}
[disconnected /] echo<HOME> test
[disconnected /] echoαG test
[disconnected /] echo<END> test
[disconnected /] echoαO test
{noformat}
*expected*
{noformat}
[disconnected /] echo<HOME> test
[disconnected /] []echo test
[disconnected /] echo<END> test
[disconnected /] echo test[]
{noformat}
The issues is a regression against EAP 6.4.0
 Home and End keys doesn't work on Windows
 -----------------------------------------
                 Key: WFCORE-1683
                 URL: 
https://issues.jboss.org/browse/WFCORE-1683
             Project: WildFly Core
          Issue Type: Bug
          Components: CLI
            Reporter: Petr Kremensky
            Assignee: Alexey Loubyansky
 Home and End keys doesn't work properly on Windows.
 *actual*
 {noformat}
 [disconnected /] echo<HOME> test
 [disconnected /] echoαG test
 [disconnected /] echo<END> test
 [disconnected /] echoαO test
 {noformat}
 *expected*
 {noformat}
 [disconnected /] echo<HOME> test
 [disconnected /] []echo test
 [disconnected /] echo<END> test
 [disconnected /] echo test[]
 {noformat} 
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)