commit-grub
[Top][All Lists]
Advanced

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

grub ./ChangeLog normal/menu.c


From: Yoshinori K . Okuji
Subject: grub ./ChangeLog normal/menu.c
Date: Sat, 18 Sep 2004 09:48:30 -0400

CVSROOT:        /cvsroot/grub
Module name:    grub
Branch:         
Changes by:     Yoshinori K. Okuji <address@hidden>     04/09/18 13:42:05

Modified files:
        .              : ChangeLog 
        normal         : menu.c 

Log message:
        2004-09-18  Yoshinori K. Okuji  <address@hidden>
        
        Make the source code of the menu interface more readable.
        
        * normal/menu.c: Include grub/mm.h.
        (TERM_WIDTH): New macro.
        (TERM_HEIGHT): Likewise.
        (TERM_INFO_HEIGHT): Likewise.
        (TERM_MARGIN): Likewise.
        (TERM_SCROLL_WIDTH): Likewise.
        (TERM_TOP_BORDER_Y): Likewise.
        (TERM_LEFT_BORDER_X): Likewise.
        (TERM_BORDER_WIDTH): Likewise.
        (TERM_MESSAGE_HEIGHT): Likewise.
        (TERM_BORDER_HEIGHT): Likewise.
        (TERM_NUM_ENTRIES): Likewise.
        (TERM_FIRST_ENTRY_Y): Likewise.
        (TERM_ENTRY_WIDTH): Likewise.
        (TERM_CURSOR_X): Likewise.
        (draw_border): Use macros instead of magic numbers.
        (print_entry): Likewise.
        (print_entries): Likewise.
        (run_menu): Likewise. Also, handle the key 'e'.
        (run_menu_entry): Ignore empty command lines.
        (print_message): Added a new argument EDIT. If EDIT is true,
        print a different message.
        (init_page): Likewise.
        (edit_menu_entry): New function. Not implemented yet.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/grub/grub2/ChangeLog.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/grub/grub2/normal/menu.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text





reply via email to

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