commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grub2 ChangeLog include/grub/term.h kern/term.c...


From: Robert Millan
Subject: grub2 ChangeLog include/grub/term.h kern/term.c...
Date: Tue, 25 Dec 2007 11:10:47 +0000

CVSROOT:        /sources/grub
Module name:    grub2
Changes by:     Robert Millan <robertmh>        07/12/25 11:10:47

Modified files:
        .              : ChangeLog 
        include/grub   : term.h 
        kern           : term.c 
        normal         : menu.c 
        term           : gfxterm.c 
        term/efi       : console.c 
        term/i386/pc   : console.c serial.c vesafb.c vga.c 
        term/ieee1275  : ofconsole.c 

Log message:
        2007-12-25  Robert Millan  <address@hidden>
        
                * include/grub/term.h (struct grub_term): Add `getcolor' 
function.
                (grub_getcolor): New function.
        
                * kern/term.c (grub_getcolor): New function.
                * normal/menu.c (GRUB_COLOR_MENU_NORMAL): New macro.
                (GRUB_COLOR_MENU_HIGHLIGHT): New macro.
                (print_entry): Set normal and highlight colors to
                `GRUB_COLOR_MENU_NORMAL' and `GRUB_COLOR_MENU_HIGHLIGHT',
                respectively, before printing and restore them to old
                values afterwards.
                (grub_menu_init_page): Likewise.  Fill an additional colored 
space
                that would otherwise be left blank.
        
                * term/efi/console.c (grub_console_getcolor): New function.
                (struct grub_console_term.getcolor): New variable.
                * term/i386/pc/console.c (grub_console_getcolor): New function.
                (struct grub_console_term.getcolor): New variable.
                * term/ieee1275/ofconsole.c (grub_ofconsole_getcolor): New 
function.
                (struct grub_console_term.getcolor): New variable.
        
                * term/i386/pc/serial.c (grub_serial_setcolor): Remove function.
                (struct grub_console_term.setcolor): Remove variable.
                * term/i386/pc/vesafb.c (grub_virtual_screen_setcolor): Remove 
function.
                (struct grub_console_term.setcolor): Remove variable.
                * term/i386/pc/vga.c (grub_vga_setcolor): Remove function.
                (struct grub_console_term.setcolor): Remove variable.
                * term/gfxterm.c (grub_virtual_screen_setcolor): Remove 
function.
                (struct grub_console_term.setcolor): Remove variable.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.457&r2=1.458
http://cvs.savannah.gnu.org/viewcvs/grub2/include/grub/term.h?cvsroot=grub&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/grub2/kern/term.c?cvsroot=grub&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/grub2/normal/menu.c?cvsroot=grub&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/grub2/term/gfxterm.c?cvsroot=grub&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/grub2/term/efi/console.c?cvsroot=grub&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/grub2/term/i386/pc/console.c?cvsroot=grub&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/grub2/term/i386/pc/serial.c?cvsroot=grub&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/grub2/term/i386/pc/vesafb.c?cvsroot=grub&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/grub2/term/i386/pc/vga.c?cvsroot=grub&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/grub2/term/ieee1275/ofconsole.c?cvsroot=grub&r1=1.12&r2=1.13




reply via email to

[Prev in Thread] Current Thread [Next in Thread]