Make cursor positioning work by using both halves of the VGA cursor position register.
Have vga_scroll_up() and vga_clear_line() present row/column arguments to the VIDEO() macro in the right order.
Signed-off-by: Jonathan A. Kollasch jakllsch@kollasch.net --- This had previously been change set 3186, but was lost when console video support was restructured.
On 11/08/08 15:31 +0000, Jonathan A. Kollasch wrote:
Make cursor positioning work by using both halves of the VGA cursor position register.
Have vga_scroll_up() and vga_clear_line() present row/column arguments to the VIDEO() macro in the right order.
Signed-off-by: Jonathan A. Kollasch jakllsch@kollasch.net
Acked-by: Jordan Crouse jordan.crouse@amd.com
It doesn't regress anything, though I admit I only used it with curses, so thats not really fair.
r3498, thanks.
Jordan
Jordan Crouse wrote:
On 11/08/08 15:31 +0000, Jonathan A. Kollasch wrote:
Make cursor positioning work by using both halves of the VGA cursor position register.
Have vga_scroll_up() and vga_clear_line() present row/column arguments to the VIDEO() macro in the right order.
Signed-off-by: Jonathan A. Kollasch jakllsch@kollasch.net
Acked-by: Jordan Crouse jordan.crouse@amd.com
It doesn't regress anything, though I admit I only used it with curses, so thats not really fair.
I am still seeing weird issues with this one, but I am not sure if that's the payload's fault