commit | f1869a890cdedb92a3fab969db5d0fd982850273 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sat Mar 24 10:43:26 2018 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Mar 25 07:04:00 2018 -1000 |
tree | 883d7bb703bbd9a5280e0fb1c644f7b57acb6915 | |
parent | e43d40b3216ccd9f249a68cc3ae693f1b3d1db35 [diff] |
tty: vt: fix up tabstops properly Tabs on a console with long lines do not wrap properly, so correctly account for the line length when computing the tab placement location. Reported-by: James Holderness <j4_james@hotmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: stable <stable@vger.kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>