commit | 217f2bc7d52267dd548655891651f87ed7942889 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun May 31 00:46:47 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun May 31 00:46:47 2009 -0400 |
tree | 999cae32c418f6efb7781c4eacf42fbc4c1dfc6f | |
parent | eaec3c2265306fa80b4d0ba94ed9f24e26324ca2 [diff] |
VGA: Breakup biosfn_scroll. Rename biosfn_scroll to vgafb_scroll. Break function up into per-mode scroll function. Pass row/col params in a 'struct cursorpos'. Encode direction as sign in nblines. Move parameter checking to callers. Add enhancement to 'attr' for using mode specific default attribute. Also, make get_cursor_pos local to vga.c.