vt.c: Fix off-by-one in clear to end of line escape sequence
authorTormod Volden <debian.tormod@gmail.com>
Sun, 29 May 2016 11:41:31 +0000 (13:41 +0200)
committerAlan Cox <alan@etchedpixels.co.uk>
Tue, 31 May 2016 11:43:27 +0000 (12:43 +0100)
commit1106d6587f9ebb1b23465649ebe985dd257f74db
tree572affccc0478e5032ddb9654fd829196840d6b2
parentbad56956885d143db0fa6e8d5f8c363808c15426
vt.c: Fix off-by-one in clear to end of line escape sequence

It wouldn't clear the last column on the screen.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/vt.c