vgabios: Minor - make FB scroll functions look similar.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 1 Jan 2012 15:54:19 +0000 (10:54 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 1 Jan 2012 15:54:19 +0000 (10:54 -0500)
All three scroll function variants have the same format, but those
that have an implicit character width or height of 1 have those
multiplications omitted.  Add those multiplications back in (the
compiler will optimize them away) so all the variants look similar.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>

No differences found