search for: prev_top

Displaying 3 results from an estimated 3 matches for "prev_top".

Did you mean: prev_p
2009 Jun 13
1
menu system behaviour with empty config file
The behaviour of the menu system is odd when an empty / not existing config file is specified: the screen is cleared but not even the menu frame is displayed. It seems to be a problem with run_menu() from menumain.c: if (top != prev_top) { draw_menu(entry, top, 1); display_help(me->helptext); } else if (entry != prev_entry) { draw_row(prev_entry - top + 4 + VSHIFT, entry, top, 0, 0); draw_row(entry - top + 4 + VSHIFT, entry, top, 0, 0); display_help(me->help...
2006 Jan 12
1
[3.20pre4] cannot build menu.c32
...-I../include -D__COM32__ -c -o menu.o menu.c menu.c: In function `run_menu': menu.c:549: warning: variable `done' might be clobbered by `longjmp' or `vfork' menu.c:551: warning: variable `top' might be clobbered by `longjmp' or `vfork' menu.c:551: warning: variable `prev_top' might be clobbered by `longjmp' or `vfork' menu.c:552: warning: variable `clear' might be clobbered by `longjmp' or `vfork' menu.c:553: warning: variable `cmdline' might be clobbered by `longjmp' or `vfork' gcc -m32 -mregparm=3 -DREGPARM=3 -W -Wall -march=i38...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and