]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
support scrolling menu entry's text (#1539)
authorA1ive <10670106+a1ive@users.noreply.github.com>
Tue, 29 Mar 2022 14:50:11 +0000 (22:50 +0800)
committerGitHub <noreply@github.com>
Tue, 29 Mar 2022 14:50:11 +0000 (22:50 +0800)
commit15b8b1f358a5a4b2ac3ac5405e6ee02c055a88c8
tree93521745ad240499e683c806a522c18b55e1b965
parenta20592ecd18a82a62d84b1a6087ff2e608d633b4
support scrolling menu entry's text (#1539)
GRUB2/MOD_SRC/grub-2.04/grub-core/gfxmenu/gfxmenu.c
GRUB2/MOD_SRC/grub-2.04/grub-core/gfxmenu/gui_list.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/gfxmenu/view.c
GRUB2/MOD_SRC/grub-2.04/grub-core/normal/charset.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/normal/menu.c
GRUB2/MOD_SRC/grub-2.04/grub-core/normal/menu_text.c
GRUB2/MOD_SRC/grub-2.04/include/grub/charset.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/gfxmenu_view.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/menu_viewer.h [new file with mode: 0644]