Changelog
This commit is contained in:
parent
af20edb21d
commit
e59e3e59ca
1 changed files with 18 additions and 0 deletions
18
ChangeLog.gfxtermscroll
Normal file
18
ChangeLog.gfxtermscroll
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
2009-11-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
Agglomerate scrolling in gfxterm.
|
||||||
|
|
||||||
|
* term/gfxterm.c (grub_virtual_screen): New member 'total_screen'.
|
||||||
|
(grub_virtual_screen_setup): Initialise 'total_screen'.
|
||||||
|
(write_char): Split to ...
|
||||||
|
(paint_char): ... this ...
|
||||||
|
(write_char): ... and this.
|
||||||
|
(paint_char): Handle delayed scrolling.
|
||||||
|
(draw_cursor): Likewise.
|
||||||
|
(scroll_up): Split to ...
|
||||||
|
(real_scroll): ... this ...
|
||||||
|
(scroll_up): ... and this.
|
||||||
|
(real_scroll): Handle multi-line scroll and draw below-the-bottom
|
||||||
|
characters.
|
||||||
|
(grub_gfxterm_refresh): Call real_scroll.
|
||||||
|
|
Loading…
Reference in a new issue