commit | 95d8f9f41c313c458dd34e0a54162c414a352111 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Nov 22 11:59:07 2011 +0100 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Tue Dec 06 09:56:40 2011 +0000 |
tree | 3d80a75511c5a30db1869a0dbf381efbd0e43f07 | |
parent | f94a950f790aabb33fcb75f0a4a3bbaaa6e3810b [diff] |
console: Fix console_putchar() for CSI J It falls through to the code for CSI K. "Erase Down" also does "Erase End of Line", "Erase Up" also does "Erase Start of Line", and "Erase Screen" also does "Erase Line". Happens not to be visible. Fix it anyway. Spotted by Coverity. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>