commit | 65433181947790524c0b048f4b6cd15485da663b | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Feb 05 13:45:48 2016 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Feb 10 18:52:29 2016 -0500 |
tree | a63e181d2c1f11fdb792fdbeb1635676fde6a590 | |
parent | eb3b2b5f83ccb2dcd06e036f77db55c4517c6611 [diff] |
drivers/console: Fix writing out carriage return on all terminals Some terminals (e.g. screen) don't seem to propagate carriage returns through, creating the following kind of results when pressing enter in a shell: btshell> btshell> btshell> btshell> Fix this by always printing out '\r' when receiving a carriage return. Change-Id: Ia5ce5612c9b830edc84619538dc17a654b6e805b Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>